Hi, any ideas why `compileOnlyApi` configuration i...
# dependency-management
k
Hi, any ideas why
compileOnlyApi
configuration is not available on my end? When I try to run any gradle task it says "Unresolved reference" Note that this is a submodule with
id("org.jetbrains.kotlin.jvm")
plugin applied.. using Gradle 7.4.2
Nevermind, found an answer myself, it needs to use
java-library
plugin
o
Yes, you would normally need that for
api()
as well, but Kotlin adds their own version of it (which I recall had some issues in the past, not sure how it is now)