Lucas Villa Verde
06/12/2025, 10:16 PM@Preview
working in common code (you need an Android target for that)
Which works fine for compose multiplatform gradle projects.
But I think with the current Amper structure this might not be possible:
Platforms [iosArm64] are not supported by the library org.jetbrains.compose.ui:ui-tooling-preview:1.8.0
Supported platforms: [android, jvm]
If I add that dependency only to android/jvm, it's gonna be available only in their respective source folders (as expected).
Or am I setting up something wrong?Lucas Villa Verde
06/13/2025, 6:50 PM