How do I use Kotlin code in the OpenJDK source code?
So, I downloaded the OpenJDK source code for Java version 24. I've been able to add in my own modules and even compile and run my custom JDK. The issue however arises when I try to use Kotlin in the source code. I'm using Intelij Idea, and the IDE efficiently integrates the Kotlin and Java code, allow me to utilise code completion and all that. When I try to compile my code with the command "make images" is when I stumble upon errors. To begin with, packages containing only Kotlin code are...