Skip to content

Commit a02e514

Browse files
committed
Fix Kotlin gradle-plugin version
1 parent cb1b37e commit a02e514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hll/dynamodb-mapper/dynamodb-mapper-schema-generator-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ kotlin {
2121
}
2222

2323
dependencies {
24-
implementation(kotlin("gradle-plugin"))
24+
implementation(kotlin("gradle-plugin", version = kotlin.coreLibrariesVersion))
2525
implementation(libs.ksp.gradle.plugin)
2626

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

0 commit comments

Comments
 (0)