Hello guys, I have a kmp module with JVM target, the problem is that the IDE doesn't recognize it in one of my modules, it doesn't have any sense because, in fact, If I compile the project by manual putting the imports, it works perfectly, but the IDE doesn't recognize it, any solutions?
I've included the dependency with
implementation(project(":accesscontrol"))
This is my 6th kmp project and I never get this issue. I have 3 JVM modules and works on 2 of them perfectly. I've tried cleaning the project, invalidating the cache, restarting the PC... When I execute
./gradlew run
I can see that common related tasks are executed, and I can see the jar inside the build folder