The Kotlin Native compiler (Konan) is outputting a...
# kotlin-native
n
The Kotlin Native compiler (Konan) is outputting a boat load of warnings relating to the gtk3 mappings. What do these warnings mean?
a
The reason for those warnings can be the fact, that the interop part of the build usually has no sense about the actual code that uses those bindings. Are there any issues with the klib use?
n
Nothing so far. Don't seem to recall earlier versions of Gtk3 causing the compiler to output similar warnings.