Join Slack
Powered by
can Kotlin Native access swift classes and underst...
# kotlin-native
p
Prateek Grover
01/08/2020, 10:04 AM
can Kotlin Native access swift classes and understand them somehow?
r
ribesg
01/08/2020, 10:12 AM
K/N understands what Objective-C understands
ribesg
01/08/2020, 10:12 AM
So basically this I guess
https://developer.apple.com/documentation/swift/imported_c_and_objective-c_apis/importing_swift_into_objective-c
p
Prateek Grover
01/08/2020, 10:15 AM
So basically I will have to generate headers for those swift symbols and how do I ask KN to read them?
r
ribesg
01/08/2020, 10:17 AM
Well, how do you ask K/N to use Objective-C dependencies? It’s the same thing afaik
p
Prateek Grover
01/08/2020, 10:20 AM
Got it. Thanks Gael
👍 1
4
Views
Open in Slack
Previous
Next