I am a native Maven user and Gradle is new territory for me. I’m trying to build a multi-module project around a Spring application.
Now I am facing the following problems:
-
i want Kotlin (plugins and libs) to be present in all projects. The Java version settings and co. should also apply to all projects.
-
i would like to have a centralized dependency management? I am already stuck here with Version Catalogs.
I had already tried convention plugins via a “buildSrc” project, but I can’t access my versions from the Version Catalog in this project?
So how do I configure my project correctly so that I can reuse some parts of the Gradle configuration?