hello. It seems Android build variant other than d...
# reaktive
m
hello. It seems Android build variant other than debug&release will resolve the dependency to
-jvm
a
Hello, yes we publish only debug and release variants for Android. Looks like you need to specify `matchingFallbacks`: https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#publishing-android-libraries
m
Thanks!