Not sure what’s wrong but I’m getting tons of unresolved references in newly forked kotlin project. Plus build scripts are failing to resolve dependencies.
Forked and cloned kotlin project in
IJ 2019.2.3. I’ve set up all the JDKs to point to java 8 and 9 (like recommended, not working on stdlib) and building
./gradlew dist
from command line works. I also did the “New module from existing sources” bit on first run.