also should i provide dependencies for each submodule seperately in their build.gradle.kts
like if I need kotlin(jvm) dependency in all my subprojects then should I mention them seperately or is there a way to mention it in a common root build file?
g
gildor
12/02/2018, 12:34 AM
You also can use
api
(requires java-library plugin) or just continue use compile