I know there is cinterop support, but is it possible to take a existing objective-c library and translate it into kotlin too? And if so, is there an example where this is done?
JoakimForslund
03/26/2019, 9:06 AM
I just found the
language = Objective-C
option in the definitions so I guess it is
o
olonho
03/26/2019, 9:53 AM
translate to get Kotlin sources of original Objective-C libray is not possible, but it is possible to generate Kotlin bindings to such a library