Hi. Is it possible to call scala code from kotlin?
# announcements
e
Hi. Is it possible to call scala code from kotlin?
⚠️ 1
👌 1
b
As a rule of thumb, if it's JVM language, kotlin sees it
n
possible, yes easy, it depends calling scala from java has always been hell
c
You'll have same problems as when calling Scala from Java. Unless the library you're planning to use specifically maintains java-compatible API I heartily recommend to find an alternative. I had to deal with scala libs from Java in one project and I'll do anything short of murder to not go through that again 😄