Follow

Kotlin doesn't support unqualified values, so Skip's Swift-to-Kotlin transpiler outputs:

.toolbarBackground(Visibility.hidden, ToolbarPlacement.tabBar)
.toolbarBackground(Color.blue, ToolbarPlacement.tabBar)

Which means Skip also has to figure it out! Developing all this has given us new appreciation for the Swift compiler

2/2

· · Web · 0 · 1 · 0