Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
Signed-off-by: Kenechukwu Akubue <[email protected]>
  • Loading branch information
kengoon authored Dec 19, 2023
1 parent 5eaeb85 commit 6ed9413
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ dependencies {
// Specify only the modules you need and the BOM will provide the versions
// implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
// implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation(libs.kgp)
// implementation(libs.kgp)
implementation(libs.agp)
}

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_17.toString()
}
}
// tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
// kotlinOptions {
// jvmTarget = JavaVersion.VERSION_17.toString()
// }
// }

kotlin {
jvmToolchain(17)
}
// kotlin {
// jvmToolchain(17)
// }

0 comments on commit 6ed9413

Please sign in to comment.