<@U3ZLHBTLG> In Splitties DSL you have sample for ...
# splitties
i
@louiscad In Splitties DSL you have sample for different interfaces for Android/iOS
Copy code
interface AndroidInboxUi : InboxUiContract, Ui
interface IOSInboxUi : InboxUiContract {
    val root: UIView
}
Is it actually used in some app with Kotlin Native?
l
Not that I'm aware of. That might change once I make working Kotlin extensions for UIKit.
👍 1
You could probably use it with Kotlin libui for dekstop too: https://github.com/msink/kotlin-libui There's a sample for the library here: https://github.com/msink/hello-libui