In my project I want to compile pure C example next to Java example. I see that I can put in build.gradle.kts:
build.gradle.kts
plugins { java c }