Skip to content

Commit

Permalink
update kotlin to 1.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeshustoff committed Apr 3, 2023
1 parent 19305b9 commit 051a54b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class DiktGradlePlugin : KotlinCompilerPluginSupportPlugin {
}

companion object {
private const val version = "1.1.0-alpha5"
private const val version = "1.1.0-alpha6"
}
}

Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
kotlin.code.style=official
kotlin.incremental=true
kotlin.js.compiler=ir
kotlin.js.webpack.major.version=4
kotlin.js.webpack.major.version=5
kotlin.compiler.execution.strategy=in-process
org.gradle.jvmargs=-Xmx3g

kotlin_version=1.8.10
kotlin_version=1.8.20

# don't forget to update DiktGradlePlugin
dikt_version=1.1.0-alpha5
VERSION_NAME=1.1.0-alpha5
dikt_version=1.1.0-alpha6
VERSION_NAME=1.1.0-alpha6
dikt_sample_version=1.1.0-alpha5

GROUP=io.github.sergeshustoff.dikt
Expand Down

0 comments on commit 051a54b

Please sign in to comment.