With MP libs, will all dependencies have to match compiler versions? or are there just certain incompatibilities between some versions of the compiler? I have had some compile time errors due to my compiler version not matching the compiler version of the library.
d
Dennis L
04/22/2019, 11:00 PM
Versions don't have to be exact but there are some current incompatabilities with older versions of kotlin if the libary hasn't updated in a while (I think this mostly has to do with the gradle meta data being experimental and not on by default)
o
olonho
04/23/2019, 5:06 AM
Current Kotlin/Native has rather strict compatibility rules, so generally 1.3.3x is compatible, while 1.3.40, for example, will not