What's the proper way to replace `debugImplementat...
# multiplatform
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! 🙂
342 Views