Skip to content

Commit

Permalink
Compile KSP by Kotlin 1.9.0
Browse files Browse the repository at this point in the history
So that kotlin.compilerOptions is availale in build scripts.
  • Loading branch information
ting-yuan committed Aug 18, 2023
1 parent 729cf04 commit 6863181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

plugins {
kotlin("jvm") version "1.8.0"
kotlin("jvm") version "1.9.0"
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"

// Adding plugins used in multiple places to the classpath for centralized version control
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.8.0"
kotlin("jvm") version "1.9.0"
}

kotlin {
Expand Down

0 comments on commit 6863181

Please sign in to comment.