Skip to content

Commit

Permalink
Fix kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
svok committed Feb 18, 2022
1 parent 5196650 commit 7970981
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ plugins {
}

group = "com.crowdproj.kotlin.cor"
version = "0.2.8"
version = "0.2.9"

repositories {
mavenCentral()
}

kotlin {
js {
// browser {}
js(BOTH) {
browser()
nodejs()
}
jvm()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlinVersion=1.6.+
kotlinVersion=1.6.10

coroutinesVersion=1.6.0-native-mt

0 comments on commit 7970981

Please sign in to comment.