https://kotlinlang.org logo
Title
k

karelpeeters

10/24/2017, 10:39 AM
Publisch you project as a maven artifact and have you users include the dependencies like that, or build a fat jar.
a

adibfara

10/24/2017, 10:40 AM
it is a project for private purposes so I cannot use maven. How can i build a fat jar (actually
aar
)?
k

karelpeeters

10/24/2017, 10:42 AM
Depends on the build system, for example in gradle you would use the
shadowjar
plugin.
a

adibfara

10/24/2017, 10:43 AM
It is built using gradle. I don't think
shadowjar
will work, since it is an android library not a jar.
k

karelpeeters

10/24/2017, 11:14 AM
An android library is a jar.
a

adibfara

10/24/2017, 11:27 AM
No, An android library is a jar that is embedded resources and other stuff, aka
aar
.