Hello guys, I have a kmp module with JVM target, t...
# multiplatform
s
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
WTF, I've switched the
build.gradle.kts
file to
build.gradle
and it works!!!! omg
m
just removed the extension .kt from file name?
s
No no
Anyway, the issue is not resolved
I've restarted the mac and I get the error again