xxfast
05/30/2021, 4:19 AMandroidMain
in kotlin multiplatform module?CLOVIS
05/30/2021, 8:44 AMArkadii Ivanov
05/30/2021, 9:13 AMandroidMain
https://github.com/arkivanov/Decompose/tree/master/samplexxfast
05/30/2021, 11:38 AM:common
module with compose in it’, causes this weird cryptic error
androidx.compose.compiler.plugins.kotlin.IncompatibleComposeRuntimeVersionException: You are using an outdated version of Compose Runtime that is not compatible with the version of the Compose Compiler plugin you have installed. The compose compiler plugin you are using (version 1.0.0-beta05) expects a minimum runtime version of 1.0.0-beta05.
Arkadii Ivanov
05/30/2021, 11:41 AMxxfast
05/30/2021, 11:43 AMandroidMain
as well as depend on the commonMain
of the same module in my jetbrains compose desktop module - which I think was causing the compose compiler plugin (from the workaround) to see jetbrains compose as an outdated version.Arkadii Ivanov
05/30/2021, 12:25 PMxxfast
05/30/2021, 12:26 PMArkadii Ivanov
05/30/2021, 12:28 PMxxfast
05/31/2021, 2:42 AMArkadii Ivanov
05/31/2021, 5:38 AM