Join Slack
Powered by
The iOS "Foundation" imports in KaMPKit are writte...
# touchlab-tools
m
MarkRS
08/13/2021, 2:36 PM
The iOS "Foundation" imports in KaMPKit are written just like that, "import Foundation", but as I'm writing code AS is creating the imports as "import platform.Foundation". Have I got something (else) wrong?
r
russhwolf
08/13/2021, 2:38 PM
It's
Foundation
in Swift and
platform.Foundation
in Kotlin
👍 2
2
Views
Open in Slack
Previous
Next