https://kotlinlang.org logo
#compose
Title
# compose
l

Luca

05/02/2020, 9:54 PM
Has anyone been able to use compose with the kotlin-multiplatform plugin instead of the kotlin-android plugin? The composeOptions I set do not seem to be applying and I get a
java.lang.NoSuchMethodError: No static method setContent$default
runtime error. Is there another way to set kotlinCompilerVersion and kotlinCompilerExtensionVersion with the multiplatform plugin?
j

JCollardBovy

06/06/2020, 8:18 PM
Did you manage to solve this issue? I've also been struggling with it for a while and keep searching for an answer