Can we expect kotlin coding conventions (<https:/...
# kotlin-native
s
Can we expect kotlin coding conventions (https://kotlinlang.org/docs/reference/coding-conventions.html#naming-style) being applied for the generated klib
platform.*
libraries or will it be same as one defined in the header files?
o
platform libs are autogenerated basing on .h header declarations and match platform API names, not to coding conventions