After fixing my previous error of not being able t...
# gradle
w
After fixing my previous error of not being able to add the dependency of kotlin stdlib jdk8 by changing the jdk used by my project structure to the jetbrains openjdk 15 and not my own install of openjdk8, basic stdlib functions such as println and print are now marked as unresolved references in kotlin files even though when i press run, it all builds correctly. I tried an invalidate and restart and this still didn't change. Any way to fix? (also sorry if this is the incorrect place to post this, but this only happened in attempts to change my build.gradle files so if there is a better place to post this please let me know) Thanks in advance!
i just tested it out, and the unresolved reference goes away if i revert back to version 1.4.0 for my kotlin-stdlib-jdk8 directly
is there any reason y kotlin-stdlib-jdk8 1.4.20 would cause this error?
i just did more tests, it is fixed on all versions (1.4.0 1.4.10, 1.4.21) except version 1.4.20