thevery
09/30/2018, 11:34 AMcompilations.test.outputKinds('EXECUTABLE')
doesn't work in new mpp plugin - there is no way to build test binary for iosX64 (only klib). @ilya.matveev/@olonho could you please check/verify?orangy
thevery
09/30/2018, 11:51 AMthevery
09/30/2018, 11:51 AMilya.matveev
09/30/2018, 7:02 PMlinkTestDebugExecutableIosSim
(provided that your target is named iosSim
) and obtain a binary in the same way as in the copyFramework
task (https://github.com/JetBrains/kotlin-mpp-example/blob/5511aec3f173c031f23b8d4ff6a934f629275a66/greeting/build.gradle#L67).
I'll add such a case in the mpp example.thevery
09/30/2018, 8:24 PM