Where should I ask questions about generating shar...
# announcements
r
Where should I ask questions about generating shared c libraries? I would like how to publish types from dependencies. In this case ionspin's BigInteger class. It is defined as a struct
Copy code
libpaycoin_kref_com_ionspin_kotlin_bignum_integer_BigInteger
but it's methods aren't published. I tried typealiassing it, but it ignores this.
a
Hello, I think you can try to ask in the #kotlin-native
Also, this link may be helpful, if I understood the problem correctly(https://github.com/JetBrains/kotlin-native/issues/3571)
r
Thank you @Artyom Degtyarev [JB]