also should i provide dependencies for each submod...
# gradle
k
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
You also can use
api
(requires java-library plugin) or just continue use compile