

I got the Kotlin compiler using sdkman, the closest thing to that command I found was: kotlinc -Xreturn-value-checker=full $(find . -name ‘*.kt’)
It doesn’t really work, it just gives errors for every single import that comes from a library (libKTX in my case)











I tried ktlint, it was having trouble handling libraries and kept giving me no reference errors for library imports.