I haven't tried yet but do KMP works well with Gra...
# multiplatform
i
I haven't tried yet but do KMP works well with Gradle convention plugins? I want to achieve something similar to what we did in our Android app: https://github.com/Ivy-Apps/ivy-wallet/tree/main/buildSrc/src/main/kotlin Are there any known pitfalls? I'm trying to safe some time before attempting modularize the project. Currently, we use the default project template generated by the KMP wizard: https://github.com/Ivy-Apps/learn
r
The library template from the templates gallery on kmp.jetbrains.com also uses convention plugins: https://github.com/Kotlin/multiplatform-library-template