add support of native platforms in common compose and coroutines compose

This commit is contained in:
2024-07-16 14:16:08 +06:00
parent 410964a44b
commit 4425f24a20
5 changed files with 107 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ plugins {
alias(libs.plugins.jb.compose)
}
apply from: "$mppProjectWithSerializationAndComposePresetPath"
apply from: "$mppComposeJvmJsAndroidLinuxMingwLinuxArm64ProjectPresetPath"
kotlin {
sourceSets {