Hello guys! I’m facing troubles with a `Maven` mul...
# getting-started
n
Hello guys! I’m facing troubles with a
Maven
multi-modules project in Kotlin; i can’t seem to import a Kotlin module as dependency the way I would have done it in Java. Getting an
Unresolved moduleName
though IntelliJ is happy. Could someone point me towards the right channel or person to investigate? Please 😁
n
can you share your project’s pom? because that seems strange
n
Sure, i'll set up a small version and share it on github. Thanks for your interest!
Alright, my issue was actually caused by an unfortunate configuration of spring's dependencies by my sorry self. My project imports spring without inheriting from it, and the required spring dependencies were not properly set up. The resulting error message led me the wrong way - hence, my apologies for the disturbance. Fixing a small example project to reproduce the issue helped me understand - hence, my thanks for indirectly setting me on the right path.
👍 1
rubber duck 1
n
happy to have been of service 🙂
👍 1