Skip to content

Commit e1fc6a5

Browse files
committed
Fix compilation
1 parent 1e1f3b0 commit e1fc6a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ksp/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ dependencies {
1414
api(libs.ksp.api)
1515
ksp(libs.codegen.kotlinpoet) {
1616
version {
17-
strictly("main-20240811.165308-18")
17+
strictly(libs.codegen.kotlinpoet.get().version!!)
1818
}
1919
}
2020
ksp(libs.codegen.ksp) {
2121
version {
22-
strictly("main-20240811.165308-20")
22+
strictly(libs.codegen.ksp.asProvider().get().version!!)
2323
}
2424
}
2525
ksp(libs.codegen.ksp.processor) {
2626
version {
27-
strictly("main-20240811.165308-19")
27+
strictly(libs.codegen.ksp.processor.get().version!!)
2828
}
2929
}
3030
testImplementation(libs.mockk)

0 commit comments

Comments
 (0)