File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11plugins {
22 kotlin(" multiplatform" )
33 id(" com.android.library" )
4- id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.15.1 "
4+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.17.0 "
55}
66
77android {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.targets.js.npm.tasks.KotlinNpmInstallTask
33
44plugins {
55 kotlin(" multiplatform" )
6- id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.15.1 "
6+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.17.0 "
77}
88
99kotlin {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.targets.js.npm.tasks.KotlinNpmInstallTask
55plugins {
66 kotlin(" multiplatform" )
77 id(" com.android.library" )
8- id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.13.2 "
8+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.17.0 "
99}
1010
1111android {
You can’t perform that action at this time.
0 commit comments