spierce7
09/17/2018, 2:53 PMThe Feature "multi platform projects" is experimental and should be enabled explicitly
. How do I enable multi platform projects explicitly in the gradle file? The IDE is of no use here.ankushg
09/17/2018, 3:05 PMankushg
09/17/2018, 3:05 PMankushg
09/17/2018, 3:05 PM-Xuse-experimental=kotlin.Experimental
Liliia
09/17/2018, 3:06 PMspierce7
09/17/2018, 3:32 PMcommonMain
source set of a mpp project that has a common and Android module.spierce7
09/17/2018, 3:34 PMorg.gradle.jvmargs
in my gradle.properties
spierce7
09/17/2018, 3:34 PMLiliia
09/17/2018, 4:59 PMSettings > Plugins > Install plugin from disk...
and select the downloaded plugin. It should be considered as a dev build, so no guaranties on its stability, but so does the dev builds which are used in the new multiplatform samples (https://github.com/h0tk3y/k-new-mpp-samples), therefore nothing new here. If you want to update Gradle dependency as well, set it to 1.3.0-rc-26
, with all the rest settings in the sample projects left as is, it should also work.spierce7
09/17/2018, 5:32 PM