We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd364ff commit 1345318Copy full SHA for 1345318
buildSrc/src/main/kotlin/IProject.kt
@@ -1,5 +1,5 @@
1
object IProject {
2
- const val VERSION = "0.2.0"
+ const val VERSION = "0.2.1"
3
const val GROUP = "love.forte.plugin.suspend-transform"
4
const val DESCRIPTION = "Generate platform-compatible functions for Kotlin suspend functions"
5
0 commit comments