Add preparing navigation to roadmap
This commit is contained in:
@@ -2,6 +2,7 @@ plugins {
|
||||
// AGP must apply BEFORE recipe.kotlin.multiplatform — the latter calls androidTarget(),
|
||||
// which requires the Android Gradle Plugin to already be on the project.
|
||||
alias(libs.plugins.androidLibrary)
|
||||
alias(libs.plugins.koin.compiler)
|
||||
id("recipe.kotlin.multiplatform")
|
||||
alias(libs.plugins.kotlinSerialization)
|
||||
id("recipe.quality")
|
||||
@@ -28,6 +29,10 @@ kotlin {
|
||||
// re-declaring it.
|
||||
api(libs.kotlinx.serializationJson)
|
||||
}
|
||||
|
||||
commonTest.dependencies {
|
||||
implementation(kotlin("test"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user