79460556

Date: 2025-02-23 01:42:37
Score: 0.5
Natty:
Report link

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
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Amir nazary