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.