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.
2 parents 4989793 + 3d83d2d commit 95a48fbCopy full SHA for 95a48fb
settings.gradle
@@ -1,7 +1,7 @@
1
pluginManagement {
2
plugins {
3
id 'org.jetbrains.kotlin.multiplatform' version "1.5.31" apply false
4
- id 'org.jetbrains.kotlin.plugin.serialization' version "1.5.31" apply false
+ id 'org.jetbrains.kotlin.plugin.serialization' version "1.6.0" apply false
5
id 'org.jetbrains.kotlin.kapt' version "1.5.31" apply false
6
id 'org.jetbrains.kotlin.plugin.noarg' version "1.6.0" apply false
7
}
0 commit comments