We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1b37e commit a02e514Copy full SHA for a02e514
hll/dynamodb-mapper/dynamodb-mapper-schema-generator-plugin/build.gradle.kts
@@ -21,7 +21,7 @@ kotlin {
21
}
22
23
dependencies {
24
- implementation(kotlin("gradle-plugin"))
+ implementation(kotlin("gradle-plugin", version = kotlin.coreLibrariesVersion))
25
implementation(libs.ksp.gradle.plugin)
26
27
implementation(project(":hll:hll-codegen")) // for RenderOptions
0 commit comments