ptmt
03/14/2019, 5:38 PMfromPreset(presets.iosX64, 'ios') {
compilations.main {
kotlinOptions.freeCompilerArgs = [
'-Xlist-phases',
'-Xverbose-phases=ObjectFiles',
'-Xverbose-phases=SetUpLinkStage',
'-Xverbose-phases=Linker']
}
}
but not sure if I’m supposed to see somethingptmt
03/14/2019, 5:39 PMsvyatoslav.scherbina
03/15/2019, 8:36 AMptmt
03/15/2019, 7:29 PMld
svyatoslav.scherbina
03/18/2019, 8:16 AMmain
compilation produce native binary? It doesn’t seem so.ptmt
03/18/2019, 2:09 PM