diff --git a/CHANGELOG.md b/CHANGELOG.md index 540d171..537ed64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # SDI changelogs +## 0.4.0-rc2 + ## 0.4.0-rc **ALL PROJECT HAS MIGRATED FROM PACKAGE `com.insanusmokrassar` TO `dev.inmo`** diff --git a/gradle.properties b/gradle.properties index 4b1d038..bca076c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,6 @@ kotlin.code.style=official +org.gradle.parallel=true +kotlin.incremental.multiplatform=true kotlin_version=1.4.21 kotlin_serialisation_runtime_version=1.0.1 klassindex_version=4.1.0-rc.1 @@ -6,6 +8,4 @@ klassindex_version=4.1.0-rc.1 github_release_plugin_version=2.2.12 group=dev.inmo -version=0.4.0-rc - -kotlin.incremental.multiplatform=true +version=0.4.0-rc2