I'm working on a Android-project (mixed java/kotli...
# getting-started
m
I'm working on a Android-project (mixed java/kotlin) where I will extract parts of the current code to a separate library so that I can re-use it for a CLI-applikation. How do I configure the projects in Android Studio and IntelliJ to share this code/library? Please point me to the correct direction if this is not the forum for this kind of question.
k
I'm assuming you're using gradle? Make the library a separate project and add it as a dependency.
m
Yes, I'm using gradle. Thanks for the hint, found loads of info and examples now.