Anyone else have issues with IJ + Java 11 + Kotlin...
# intellij
r
Anyone else have issues with IJ + Java 11 + Kotlin + Windows? With a long command line, IJ suggests enabling "dynamic.classpath", which then causes the app to fail to load classes it should be able to, like
java.sql.Date
.
This is easily reproducible -- I have created https://youtrack.jetbrains.com/issue/KT-29352 with a repro project.