darkmoon_uk
05/03/2019, 1:41 PMkpgalligan
05/03/2019, 1:53 PMdarkmoon_uk
05/03/2019, 1:55 PMkpgalligan
05/03/2019, 1:56 PMjw
05/03/2019, 2:03 PMdarkmoon_uk
05/03/2019, 2:03 PMkotlin-platform-*
plugins - it's hard to find a clear answer on whether they're deprecated or not. My suspicion is that there are so many ideas in the wash with Kotlin at the moment, that they don't have a clear answer themselves and are seeing what remains useful over time.kpgalligan
05/03/2019, 2:05 PMdarkmoon_uk
05/03/2019, 2:06 PMjw
05/03/2019, 2:07 PMkpgalligan
05/03/2019, 2:22 PMian.shaun.thomas
05/03/2019, 3:08 PMalec
05/03/2019, 11:38 PMdarkmoon_uk
05/05/2019, 10:58 PMxcode-compat
are for multiplatform
, and there is no kotlin-platform-ios
or kotlin-platform-native
etc. making iOS setup, in particular, more difficult and unsupported without multiplatform
.java
and android
plugins remains a horrible limiting factor of the Platform per Source Set model - meaning it's currently impossible to use expect/actual between Android and Java targets defined in the same module.ian.shaun.thomas
05/05/2019, 11:00 PMdarkmoon_uk
05/05/2019, 11:03 PMexpect/actual
definitions. That's now limited to just having a jvm
target covering both Desktop and Android.ian.shaun.thomas
05/05/2019, 11:29 PM