I you are using gradle
, add this to your gradle.build file:
application {
applicationDefaultJvmArgs = [
"--add-exports=java.base/sun.nio.ch=ALL-UNNAMED",
"--add-opens=java.base/java.nio=ALL-UNNAMED"
]
// rest of the config
}