Skip to content

Commit 4489932

Browse files
authored
Update build.gradle.kts
Signed-off-by: Kenechukwu Akubue <kengoon19@gmail.com>
1 parent 721bb67 commit 4489932

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
implementation(libs.kgp)
10+
//implementation(libs.kgp)
1111
implementation(libs.agp)
1212
}
1313

@@ -19,4 +19,4 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
1919

2020
kotlin {
2121
jvmToolchain(17)
22-
}
22+
}

0 commit comments

Comments
 (0)