Has anyone been able to use compose with the kotli...
# compose
l
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
Did you manage to solve this issue? I've also been struggling with it for a while and keep searching for an answer