@@ -41,6 +41,9 @@ publish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexusPu
4141shadow = { id = " com.github.johnrengelman.shadow" , version.ref = " shadow" }
4242
4343[libraries ]
44+ # Intentionally using dynamic version; it is substituted when creating test configurations for each AGP version
45+ agp = " com.android.tools.build:gradle:+"
46+ android-tools = " com.android.tools:common:+"
4447androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidxActivity" }
4548androidx-multidex = { module = " androidx.multidex:multidex" , version.ref = " androidxMultidex" }
4649androidx-test-annotation = { module = " androidx.test:annotation" , version.ref = " androidxTestAnnotation" }
@@ -64,11 +67,11 @@ junit-framework-bom6 = { module = "org.junit:junit-bom", version.ref = "junit6"
6467junit-jupiter-api = { module = " org.junit.jupiter:junit-jupiter-api" }
6568junit-jupiter-engine = { module = " org.junit.jupiter:junit-jupiter-engine" }
6669junit-jupiter-params = { module = " org.junit.jupiter:junit-jupiter-params" }
67- junit-platform-commons = { module = " org.junit.platform:junit-platform-commons" }
6870junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" }
6971junit-platform-suiteapi = { module = " org.junit.platform:junit-platform-suite-api" }
7072junit-vintage-api = { module = " junit:junit" , version.ref = " junit4" }
7173junit-vintage-engine = { module = " org.junit.vintage:junit-vintage-engine" }
74+ kgp = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
7275konftoml = { module = " com.uchuhimo:konf-toml" , version.ref = " konftoml" }
7376korte = { module = " com.soywiz.korlibs.korte:korte" , version.ref = " korte" }
7477kotlin-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " kotlinCoroutines" }
0 commit comments