I'm planning on making a Kotlin library for core A...
# getting-started
c
I'm planning on making a Kotlin library for core Android logic of apps. Is there a gradle plugin/distribution playtform any of you can recommend?
o
When you say "plugin", you mean you are developing an Android Studio plugin ?
c
No, I just want to create a library that has MVVM and some extensions, view utils, that sort of stuff!
So I' interested in building the artifacts for the library. Do you have any resources you'd recommend?
a
There is the Kotlin-Android plugin for gradle, not sure what else you might need
a
In hardest to easiest order, you can distribute on
maven
(https://mvnrepository.com/repos/central) `jcentre`/`bintray` (https://bintray.com/bintray/jcenter) or
jitpack
(https://jitpack.io/)