Skip to content

Commit

Permalink
Version 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Mar 27, 2021
1 parent 0f8ec9e commit facd089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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=4.2.1
versionNumber=4.2.2
systemProp.kotlinVersion=1.4.31
javaVersion=1.8
coroutinesVersion=1.4.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class KVisionGradleSubplugin : KotlinCompilerPluginSupportPlugin {
override fun getPluginArtifact(): SubpluginArtifact = SubpluginArtifact(
groupId = "io.kvision",
artifactId = "kvision-compiler-plugin",
version = "4.2.1"
version = "4.2.2"
)

override fun isApplicable(kotlinCompilation: KotlinCompilation<*>): Boolean {
Expand Down

0 comments on commit facd089

Please sign in to comment.