File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
22plugins {
3- id(" org.jetbrains.compose" ) version " 1.3.0 "
3+ id(" org.jetbrains.compose" ) version " 1.3.1 "
44 id(" com.android.application" )
55 kotlin(" android" )
66}
Original file line number Diff line number Diff line change 11plugins {
22 kotlin(" multiplatform" )
33 id(" org.jetbrains.dokka" ) version " 1.7.20"
4- id(" org.jetbrains.compose" ) version " 1.3.0 "
4+ id(" org.jetbrains.compose" ) version " 1.3.1 "
55 id(" com.android.library" )
66 id(" maven-publish" )
77 id(" signing" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat
33
44plugins {
55 kotlin(" multiplatform" )
6- id(" org.jetbrains.compose" ) version " 1.3.0 "
6+ id(" org.jetbrains.compose" ) version " 1.3.1 "
77}
88
99group = " com.godaddy"
Original file line number Diff line number Diff line change 11plugins {
22 kotlin(" multiplatform" )
3- id(" org.jetbrains.compose" ) version " 1.3.0 "
3+ id(" org.jetbrains.compose" ) version " 1.3.1 "
44}
55
66kotlin {
You can’t perform that action at this time.
0 commit comments