Is there an option in kotlin compiler similar to -...
# announcements
d
Is there an option in kotlin compiler similar to --add-exports in java? I'm trying to upgrade from jdk8 to jdk10 and kotlin compiler fails with
Copy code
symbol is declared in module 'java.base' which does not export package 'sun.util.logging'