What's the proper way to replace `debugImplementation` and `releaseImplementation` in KMM? I have so...
c
What's the proper way to replace
debugImplementation
and
releaseImplementation
in KMM? I have some dependencies that should go into the
androidMain
source set but with different dependencies for debug and release builds
e
use the top-level
dependencies
block instead of the one in the Kotlin block
c
Too easy
Thanks a lot! 🙂
389 Views