|
|
@ -1,3 +1,5 @@ |
|
|
|
|
|
|
|
@file:Suppress("OPT_IN_IS_NOT_ENABLED") |
|
|
|
|
|
|
|
|
|
|
|
plugins { |
|
|
|
plugins { |
|
|
|
kotlin("multiplatform") |
|
|
|
kotlin("multiplatform") |
|
|
|
kotlin("native.cocoapods") |
|
|
|
kotlin("native.cocoapods") |
|
|
@ -33,6 +35,8 @@ kotlin { |
|
|
|
implementation(compose.runtime) |
|
|
|
implementation(compose.runtime) |
|
|
|
implementation(compose.foundation) |
|
|
|
implementation(compose.foundation) |
|
|
|
implementation(compose.material) |
|
|
|
implementation(compose.material) |
|
|
|
|
|
|
|
@OptIn(org.jetbrains.compose.ExperimentalComposeLibrary::class) |
|
|
|
|
|
|
|
implementation(compose.components.resources) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
val androidMain by getting { |
|
|
|
val androidMain by getting { |
|
|
|