This message was deleted.
# android
s
This message was deleted.
j
java-library
is not necessary
only the kotlin one
e
``java-library`` doesn't hurt either, though
j
I think kotlin applies it under the hood, so there is no difference
👍 1
c
cool. thats kinda what i figured.
e
not quite: it applies
java
, which does a bit less than
java-library
IMO the biggest thing is
A feature of the
java-library
plugin is that projects which consume the library only require the classes folder for compilation, instead of the full JAR. This enables lighter inter-project dependencies as resources processing (
processResources
task) and archive construction (
jar
task) are no longer executed when only Java code compilation is performed during development.
c
interesting. okay. so maybe doesn't seem all that terrible to just keep both. /shruggie
j
Yeah, I will add then too