Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed Nov 1, 2023
1 parent 1271d8e commit f8aa92d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ configure(libraryProjects) {
withJavadocJar()
withSourcesJar()
}
apply<KotlinPlatformJvmPlugin>()
configure<KotlinJvmProjectExtension>() {
apply(plugin = "org.jetbrains.kotlin.jvm")
// apply<KotlinPlatformJvmPlugin>()
configure<KotlinJvmProjectExtension> {
jvmToolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
Expand Down

0 comments on commit f8aa92d

Please sign in to comment.