We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c90af commit 1497852Copy full SHA for 1497852
1 file changed
buildSrc/build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
// Specify only the modules you need and the BOM will provide the versions
13
// implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
14
// implementation("org.jetbrains.kotlin:kotlin-reflect")
15
- implementation(libs.kgp)
+ //implementation(libs.kgp)
16
implementation(libs.agp)
17
}
18
0 commit comments