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!