Skip to content

Commit

Permalink
Version 3.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Sep 21, 2022
1 parent 5491f82 commit 7afd1e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,5 +1,5 @@
group=io.kvision
versionNumber=5.15.2
versionNumber=5.15.3

systemProp.kotlinVersion=1.7.10
javaVersion=1.8
Expand Down
Expand Up @@ -219,12 +219,12 @@ abstract class KVisionPlugin @Inject constructor(

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

afterEvaluate {
dependencies {
add("kspFrontend", "io.kvision:kvision-ksp-processor:5.15.2")
add("kspFrontend", "io.kvision:kvision-ksp-processor:5.15.3")
}
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 7afd1e9

Please sign in to comment.