Commit 4ebf5f2 1 parent eac6741 commit 4ebf5f2 Copy full SHA for 4ebf5f2
File tree 2 files changed +3
-3
lines changed
kvision-tools/kvision-gradle-plugin/src/main/kotlin/io/kvision/gradle
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
group =io.kvision
2
- versionNumber =5.16.2
2
+ versionNumber =5.17.0
3
3
4
4
systemProp.kotlinVersion =1.7.20
5
5
javaVersion =1.8
Original file line number Diff line number Diff line change @@ -219,12 +219,12 @@ abstract class KVisionPlugin @Inject constructor(
219
219
220
220
if (kvExtension.enableKsp.get()) {
221
221
dependencies {
222
- add(" kspCommonMainMetadata" , " io.kvision:kvision-ksp-processor:5.16.2 " )
222
+ add(" kspCommonMainMetadata" , " io.kvision:kvision-ksp-processor:5.17.0 " )
223
223
}
224
224
225
225
afterEvaluate {
226
226
dependencies {
227
- add(" kspFrontend" , " io.kvision:kvision-ksp-processor:5.16.2 " )
227
+ add(" kspFrontend" , " io.kvision:kvision-ksp-processor:5.17.0 " )
228
228
}
229
229
kotlinMppExtension.sourceSets.getByName(" commonMain" ).kotlin.srcDir(" build/generated/ksp/metadata/commonMain/kotlin" )
230
230
kotlinMppExtension.sourceSets.getByName(" frontendMain" ).kotlin.srcDir(" build/generated/ksp/frontend/frontendMain/kotlin" )
You can’t perform that action at this time.
0 commit comments