Skip to content

Commit

Permalink
Fix Kotlin gradle-plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Oct 25, 2024
1 parent cb1b37e commit a02e514
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlin {
}

dependencies {
implementation(kotlin("gradle-plugin"))
implementation(kotlin("gradle-plugin", version = kotlin.coreLibrariesVersion))
implementation(libs.ksp.gradle.plugin)

implementation(project(":hll:hll-codegen")) // for RenderOptions
Expand Down

0 comments on commit a02e514

Please sign in to comment.