joney
11/06/2020, 3:26 PM@Composable
s in a kotlin multiplatform library-module and (re-)use those in android app-modules of the same project?
I get these errors when building the project:
Caused by: org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Couldn't inline method call 'remember' into
@androidx.compose.runtime.Composable public fun [...]
Timo Drick
11/08/2020, 12:40 PMjoney
11/08/2020, 3:50 PM