Tanvi Goyal
02/18/2025, 10:46 AMGabriel Bronzatti Moro
02/18/2025, 10:47 AMTanvi Goyal
02/18/2025, 10:48 AMGabriel Bronzatti Moro
02/18/2025, 10:51 AMCan I have a KMP module with multiple sub-modules within a non-completely modular KMP app ?Yep, it is possible. As far as I know, you only need to load the jetbrains compose multiplatform plugin
org.jetbrains.kotlin.multiplatform
. If you take a look at this sample, we have a conventional plugin called kmp-library-plugin.gradle.kts
. This plugin when applied makes the module multiplatform.Gabriel Bronzatti Moro
02/18/2025, 10:51 AMAlso would it be a good idea ?I think it is 🙂
Tanvi Goyal
02/18/2025, 11:16 AM