Hello, I have a problem with my multiplatform grad...
# intellij
d
Hello, I have a problem with my multiplatform gradle project. The projects can be built with gradle without any problems. In IntelliJ, however, the dependencies between the projects (for example project shared use project dto) are not resolved. External dependencies such as Ktor or Arrow, on the other hand, are resolved. In the project structure for the "shared" project/module, only the shared-common is listed in the JVM dependencies and not dto-jvm. (but I have the same problem with the JS projects) Can anyone give me a hint as to where I have made a mistake?
d
The new EAP version from today fixed the problem! 👍