Dima Avdeev
07/28/2020, 10:10 AMplugins {
    id("com.android.library")
    kotlin("multiplatform")
}
instead of
plugins {
    id("com.android.library")
    id("kotlin-android")
}Javier
07/28/2020, 11:09 AMplugins {
    id("com.android.library")
    id("org.jetbrains.kotlin.multiplatform")
    id("org.jetbrains.kotlin.plugin.serialization")
}andylamax
07/28/2020, 12:16 PMJavier
07/28/2020, 12:20 PMMichal Harakal
07/28/2020, 4:02 PMJCollardBovy
07/28/2020, 8:07 PMmultiplatform and compose in the same module. The whole UI logic is part of the app module.
@Javier could you share the configuration you're using? I've been struggling quite a bit with thatandylamax
07/29/2020, 1:12 AMbuild.gradle.kts configurationandylamax
07/29/2020, 7:56 AMJavier
07/29/2020, 12:46 PMDima Avdeev
07/29/2020, 7:46 PMDima Avdeev
08/01/2020, 8:03 PM