Skip to content

Commit

Permalink
Version 5.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Sep 14, 2022
1 parent c7485c3 commit fa1e5fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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=5.15.0
versionNumber=5.15.1

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

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

afterEvaluate {
dependencies {
add("kspFrontend", "io.kvision:kvision-ksp-processor:5.15.0")
add("kspBackend", "io.kvision:kvision-ksp-processor:5.15.0")
add("kspFrontend", "io.kvision:kvision-ksp-processor:5.15.1")
add("kspBackend", "io.kvision:kvision-ksp-processor:5.15.1")
}
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 fa1e5fb

Please sign in to comment.