<intellij add module dependency not working> I hav...
# stackoverflow
u
intellij add module dependency not working I have a utility project written in Kotlin called libcore. That works fine. Compiles, builds, runs, all good. I create a new project called OSM. Inside the project structure I click 'copy' and add the libcore module. There are now two modules showing (libcore and OSM). In the OSM module I add libcore as a module dependency. In the project view I now see two modules, libcore and OSM. However, the code inside OSM does not see the code in libcore (it complains 'unresolved reference' for classes...