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!