I've created a project with a relatively simple `b...
# announcements
i
I've created a project with a relatively simple
build.gradle.kts
file: https://gist.github.com/sanity/b89e7d1be5cfd6779e0186f929b45333 But for some reason a number of JVM packages aren't on my classpath, particularly anything in the 
java.util.concurrent
 package, am I missing something from my build file?
i
Check the version of your JDK before?
i
The Project SDK in "Project Struture" is set to
11.0.6
- is that what you're referring to?
I've tried changing this to a few other SDKs I've got installed, but none of them seem to make a difference
Oh, hmm, I reloaded my
build.gradle.kts
and now it seems to work, I'm not sure what I changed to fix it 😕 In any case, thanks for the help.