Sure. All languages that run on the Java platform[1] can benefit from it, and from most other Java platform enhancements.
[1]: I prefer saying Java platform rather than JVM, because a program written in Kotlin shares over 90% of its infrastructure code with a program written in Java (not including the OS), and the JVM constitutes only about 20% of that.