Hello everyone, I'm using Compose Multiplatform, ...
# compose
a
Hello everyone, I'm using Compose Multiplatform, and after the latest release and I'm trying to locally test my composables under
composeApp/src/commonMain/kotlin
in
composeApp/src/commonTest/kotlin
. Is it possible? If so, what dependencies should I use and how to run the tests? If not, what approaches do we currently have to test our composables under this source set? Thank you!
a
Thank you Ivan, I've faced an issue regarding the dependency declaration. I've posted a comment in the issue link you provided.