Files
kotlin-fork/compiler
Alexander Udalov e7cf34a2a9 Workaround illegal access problem in daemon for JDK 17-ea
Otherwise Kotlin cannot be used in Gradle since
https://github.com/openjdk/jdk/commit/ed4c4ee7 where JDK internals
started to be encapsulated by default.

For some reason, using

    listOf("--add-opens", "java.base/java.util=ALL-UNNAMED")

doesn't help, so use the more general `--illegal-access=permit`.

 #KT-43704
2021-01-29 21:29:08 +01:00
..
2021-01-29 17:47:37 +01:00
2021-01-14 17:28:14 +03:00
2021-01-29 18:22:16 +01:00
2021-01-03 14:53:41 +01:00