Java interoperability: Kotlin vs Scala

While working at a Scala company a few years ago, I documented a few pitfalls regarding Scala / Java interoperability. When I started looking into Kotlin I was curious to see if Kotlin had better interoperability as claimed or if it had the same issues than Scala. Most of the issues mentioned below stems from badly defined Java code, but they are all issues I have actually experienced in the wild. [Read More]
kotlin  scala  java