Skip to content

Commit

Permalink
Version 6.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Jan 22, 2023
1 parent 00fb661 commit cc6cd9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.kvision
versionNumber=6.0.5
versionNumber=6.0.6

systemProp.kotlinVersion=1.8.0
javaVersion=17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,12 @@ abstract class KVisionPlugin @Inject constructor(

if (kvExtension.enableKsp.get()) {
dependencies {
add("kspCommonMainMetadata", "io.kvision:kvision-ksp-processor:6.0.5")
add("kspCommonMainMetadata", "io.kvision:kvision-ksp-processor:6.0.6")
}

afterEvaluate {
dependencies {
add("kspFrontend", "io.kvision:kvision-ksp-processor:6.0.5")
add("kspFrontend", "io.kvision:kvision-ksp-processor:6.0.6")
}
kotlinMppExtension.sourceSets.getByName("commonMain").kotlin.srcDir("build/generated/ksp/metadata/commonMain/kotlin")
kotlinMppExtension.sourceSets.getByName("frontendMain").kotlin.srcDir("build/generated/ksp/frontend/frontendMain/kotlin")
Expand Down

0 comments on commit cc6cd9f

Please sign in to comment.