diff --git a/gradle.properties b/gradle.properties index 3faa276..74d9c24 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,15 +6,15 @@ kotlin.incremental.js=true android.useAndroidX=true android.enableJetifier=true -kotlin_version=1.4.32 -kotlin_serialisation_core_version=1.1.0 +kotlin_version=1.5.10 +kotlin_serialisation_core_version=1.2.1 github_release_plugin_version=2.2.12 -tgbotapi_version=0.34.1 -micro_utils_version=0.4.36 -exposed_version=0.31.1 -plagubot_version=0.2.1 +tgbotapi_version=0.35.0 +micro_utils_version=0.5.7 +exposed_version=0.32.1 +plagubot_version=0.3.0 # ANDROID @@ -28,10 +28,10 @@ espresso_core=3.3.0 # Dokka -dokka_version=1.4.20 +dokka_version=1.4.32 # Project data group=dev.inmo -version=0.0.8 -android_code_version=7 +version=0.0.9 +android_code_version=8 diff --git a/mppProjectWithSerialization.gradle b/mppProjectWithSerialization.gradle index 3806b6f..82836b6 100644 --- a/mppProjectWithSerialization.gradle +++ b/mppProjectWithSerialization.gradle @@ -4,10 +4,8 @@ project.group = "$group" apply from: "$publishGradlePath" kotlin { - jvm { - compilations.main.kotlinOptions.useIR = true - } - js (BOTH) { + jvm() + js (IR) { browser() nodejs() }