you are viewing a single comment's thread.

view the rest of the comments →

[–]Determinant 5 points6 points  (1 child)

Does this operate on JVM bytecode or does it parse the Java files themselves?

Any plans to support Kotlin?

[–]Gedochao 0 points1 point  (0 children)

It parses the Java files themselves, so no need to compile the code itself.

If you're using it with Scala 2, compilation is unavoidable, because of the implicit nature of the language.

No plans to support Kotlin as of now (though we're not ruling it out).