Join Slack
Powered by
How do I use IntelliJ (not Android Studio) to buil...
# intellij
c
Carl Hickman
01/17/2018, 9:51 PM
How do I use IntelliJ (not Android Studio) to build a library for Android consumption? Googling for it but not finding much
a
Andreas Sinz
01/17/2018, 9:54 PM
Do you need to use Android stuff or just regular JVM stuff?
c
Carl Hickman
01/17/2018, 10:02 PM
No, I don’t need the android sdk at all for the library. The library contains just some data classes in Kotlin
t
trevjones
01/17/2018, 10:33 PM
https://docs.gradle.org/current/userguide/java_library_plugin.html
c
Carl Hickman
01/17/2018, 10:48 PM
Thanks for that
a
Andreas Sinz
01/18/2018, 9:04 AM
I dont think that its needed. A simple kotlin project with a build.gradle is usually sufficient to be included inside an Android project
c
Carl Hickman
01/18/2018, 4:58 PM
@Andreas Sinz
Yup. That was all that was needed. Thanks!
2
Views
Open in Slack
Previous
Next