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?
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