Suparn

Results 15 comments of Suparn

@MateuszKrawczuk thanks for reporting. Could it be solved by providing a fallback value like mentioned in the docs? https://kotlinlang.org/docs/reference/mpp-publish-lib.html#publish-an-android-library ``` android { buildTypes { val staging by creating { //...

I am not sure if this is something I should fix on the library level or if it is better for the consumers to have total control over the fallback....

Sounds good, I ll start publishing the debug builds from the next version onwards.

@marclefrancois currently, I am publishing the android debug builds as well which you can add like following: `implementation 'suparnatural-kotlin-multiplatform:fs-android-debug:1.0.12'` Is this enough to solve the use case?

Just faced this problem. My use case is pretty much the same as everyone else. Any suggested workaround?