please help, I have two spring boot projects with Kotlin + DSL + Gradle, but, I need to import one of them into the other, but, it doesn't work. This is what I have tried:
Correct way to add external jars (lib/*.jar) to an IntelliJ IDEA project
How do you add local .jar file dependency to build.gradle.kt file?
and googling there are many variations of the previous two posts that I have also tried and it just doesn't work. Also, I tried importing the generated ".jar" files, but, in a non-spring boot project (simple console app) and there it works, i can see the classes from this external projects.
Thanks in advance!
Additional data:
Kotlin: v. 1.5.30 IntelliJ IDEA: v. 2021.2.1 (Community Edition) Gradle: 7.1.1