Closed audkar closed 3 years ago
Hello @audkar . MVIKotlin targets both android
and jvm
. So depending on your setup Gradle will keep proper dependencies.
Ups.. Miss-configuration on my side. Everything works.
MVIKotlin targets both android and jvm
Still seems strange to have android target for three additional packages when no android specific implementation is used. Anyway... Really nice work on this awesome project!
Can
mvikotlin-main
sub-project be plainjvm()
target (without android)? I can't find any code which depends on Android in it or it's dependencies. My use-case would be having plain jvm feature modules in my android application.Benefits for plain jvm feature modules:
mvikotlin-main-android
)AndroidManifest
per each module