https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
y

ynsok

01/23/2022, 4:52 PM
Hi, I want to create KMP project for Android and Desktop, and I Would like to have every feature in different module (modular app). Any suggestions how can I achive it?
b

Big Chungus

01/23/2022, 5:24 PM
"lib" kind of MPP gradle modules for each feature and then desktop & android modules for the actual apps. Pretty simple/standard gradle setup
3 Views