Is Kotlin 1.4 (say a Kotlin 1.4 android app) supposed to be able to consume other Kotlin/JVM libraries still on 1.3.7x (i.e. backward compatible)?
➕ 1
o
oscarg798
08/18/2020, 11:19 PM
its working fine for me, I’m using also a library in 1.3.51 and it works
b
basher
08/18/2020, 11:22 PM
Huh okay. I might have found a bug then
l
louiscad
08/19/2020, 6:19 AM
Which library is causing you issues?
u
udalov
08/19/2020, 10:59 AM
Yes, Kotlin/JVM 1.4 is fully forwards- and backwards-compatible with 1.3. Please report an issue at https://kotl.in/issue if you found that it’s not the case!