How do I test @Composable function on KMM using Co...
# compose-ios
u
How do I test @Composable function on KMM using Compose-JB
l
Testing only supports Android and JVM for now, as far as I can tell. I’m sure iOS support will be added at a later time.
u
Thanks😁
By the way, any pure logic module that contains Compose code will invalidate all breakpoints in that module. Will this be fixed as well?
d
Yes, it will be fixed. I hope in Kotlin 1.8.0
a
How do I test @Composable function for JVM? Not android
d
@andylamax Here you can add dependency: https://github.com/JetBrains/compose-jb/issues/368#issuecomment-810033136 For now it is in experimental status
a
Thank you @Dima Avdeev