Slackbot
06/17/2022, 10:05 AMVampire
06/17/2022, 10:21 AMjava-library you do not have api and compileOnlyApi.
And if you have mutliple projects in the build and another project depends on that project, then with java-library it can compile directly against the compiled classes without the need to build the jar first just for compilation.Octavia Togami
06/17/2022, 3:17 PMapi regardless, but it did not work in exactly the same way.Vampire
06/17/2022, 3:23 PMtrofman
06/20/2022, 10:57 AMjava-library api configuration https://kotlinlang.org/docs/gradle.html#dependency-types. so in the end i can ignore java-library plugin for libraries that i creating? what do you think?