I'm trying to build a Multiplatform library for An...
# multiplatform
d
I'm trying to build a Multiplatform library for Android and iOS. I'm very inexperienced with gradle and KMP. Does anyone have links to simple gradle files for this configuration? My app that would consume this uses the standard KMP template in Android Studio (with source sets for androidMain, iosMain, commonMain etc). Particularly useful would be stuff for publishing appropriately to mavenLocal
s
maybe this can help?
d
Thank you. It helped.