Bartek Pacia
09/18/2023, 4:10 PMcommonMain
source set don't work. Is this expected, and if not, do you plan to address it somehow?Alejandro Rios
09/18/2023, 4:12 PM@Preview
only works for JVM targets, so it should work Android/DesktopBartek Pacia
09/18/2023, 4:18 PMshared/commonMain
, but write previews in androidApp/main
, right? I think it's an okay-ish workaround but not perfect.Alejandro Rios
09/18/2023, 4:19 PMaidanvii
09/19/2023, 10:40 AMaidanvii
09/19/2023, 10:41 AMaidanvii
09/19/2023, 10:44 AMandroid
block:
buildFeatures { compose = true }
composeOptions {
kotlinCompilerExtensionVersion = composeCompilerVersion
}
where composeCompilerVersion
should be in sync with the Kotlin version https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility