andreasmattsson
06/19/2019, 12:22 PM@JvmName
and/or @JvmMultifileClass
for Kotlin Native? I have files with the same name in different sourcesets of a multiplatform project (e.g. common
, ios
, android
) and on iOS I end up with methods scattered under several different classes. (e.g. ServiceKt
, ServiceKt_
). Is this avoidable?kpgalligan
06/19/2019, 1:36 PMsvyatoslav.scherbina
06/19/2019, 2:02 PMandreasmattsson
06/19/2019, 2:02 PMsvyatoslav.scherbina
06/19/2019, 2:03 PMiOS framework output might be better as a plugin rather than baked into the compiler directly.This is barely possible since this feature is deeply integrated into the compiler.