Closed ShreckYe closed 7 months ago
This seems to be how it's done in the official libraries.
See: https://github.com/JetBrains/compose-multiplatform-core/blob/jb-main/compose/foundation/foundation/build.gradle
However, it seems androidMain doesn't depend on skikoMain.
androidMain
skikoMain
This seems to be how it's done in the official libraries.
See: https://github.com/JetBrains/compose-multiplatform-core/blob/jb-main/compose/foundation/foundation/build.gradle
However, it seems
androidMain
doesn't depend onskikoMain
.