Hi! I want to convert my ktor project to microserv...
# ktor
f
Hi! I want to convert my ktor project to microservices architecture. When I create new module using Intellij Idea it creates it as separate project. How can I use one version catalog for all of my microservices? Currently I have it in root/gradle/libs.versions.toml, but when I try it in my microservices (subprojects) I get the following error:
Unresolved reference: libs
a
IIRC you need to access the root catalog via
rootProject.libs