Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Methods of a Kotlin object can be called in a Scala project by
KotlinObject.INSTANCE.methodToCall()You might need to provide the Kotlin standard library
kotlin-stdlib.jarin order to run the compiled JAR. One way to avoid this is to compile a fat/uber JAR that contains all dependencies (includingkotlin-stdlib.jar).
##. Use Kotlin in Spark/Scala
http://
https://