Has anyone seen a problem with 1.1RC whereby the s...
# announcements
m
Has anyone seen a problem with 1.1RC whereby the stdlib isn't on the classpath when trying to start a simple spring boot app from the IDE? I get an error saying it can't find the kotlin.jvm.internal.Intrinsics class
i
mikehearn: Does it happen to you with IDEA <=2016.3 and a quite recent gradle version used?
m
I'm on 2016.3 and yes, the most recent gradle.
i
It might a problem in importing gradle project by IDEA. Another symptom is that all dependencies of a module get imported to the project structure with the 'Provided' scope.
AFAIK, it was fixed in IDEA 2017.1 and is going to be backported to IDEA 2016.x
m
Ah OK, thanks. Perhaps I'll bump myself up to 2017.1 EAP. Hopefully it'll be out soon.