In rules_kotlin, you can't use
- kotlin 2.2 (yet) https://github.com/bazelbuild/rules_kotlin/pull/1341
- runfiles (yet) https://github.com/bazelbuild/rules_kotlin/issues/1095
- on windows (yet)
- env support (yet) see https://bazel.build/reference/be/common-definitions#binary.env https://github.com/bazelbuild/rules_kotlin/issues/1359
- test_env support (fixed) https://github.com/bazelbuild/rules_kotlin/issues/815 but not closed https://github.com/bazelbuild/rules_kotlin/pull/837 ???
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)
Top comments (0)