https://kotlinlang.org logo
#touchlab-tools
Title
# touchlab-tools
l

Luka Mišković

11/15/2023, 12:26 PM
Hey guys, we have out KMP library published on GH packages with KMMBridge, it is in its own repo, separate from iOS and Android client apps. What is your preferred way of debugging locally on Android client side before publishing? We are currently going with publishing to local maven repo and using another version string so we can differ it from published one. Anyone using some other approach I'm curious?
m

Miguel Oliveira

11/15/2023, 1:13 PM
k

kpgalligan

11/15/2023, 7:47 PM
Composite builds is a good option. You can have some login in Gradle to point local if you have, say, an env variable set, or have a Gradle property that you can toggle in your global settings in the
~/.gradle/gradle.properties
file