Matouš Skála
11/02/2018, 10:44 AMmsink
11/02/2018, 10:47 AMkonan
is deprecated, platform.native
and multiplatform
supported in gradle, but for now only multiplatform
supported in IDEA.Matouš Skála
11/02/2018, 10:58 AMmultiplatform
and platform.native
, I would use multiplatform
if I need to use some platform-specific APIs, and platform.native
otherwise, right?msink
11/02/2018, 11:09 AMmultiplatform
can be used for anything, but it is a little overcomplicated.