I'm using Jetpack compose in the Android source set of a Kotlin multiplatform module, and it looks like the compiler plugin isn't transforming my composable functions.
Do I need to use Jetbrains compose because it's a KMP module, or should the Jetpack one work because it's the Android source set?