DEV Community

Clayton Walker
Clayton Walker

Posted on • Edited on

Bazel issues I'm following

In rules_kotlin, you can't use

Twice now I've had no idea as to why it's giving me a random java error.
This is caused by executing a kotlin binary on java 25

Error occurred during initialization of VM
java.lang.Error: A command line option has attempted to allow or enable the Security Manager. Enabling a Security Manager is not supported.
    at java.lang.System.initPhase3(java.base@25/System.java:1969)
Enter fullscreen mode Exit fullscreen mode

Top comments (0)