Hi everyone! I'm looking for an advice. I have a ...
# library-development
e
Hi everyone! I'm looking for an advice. I have a Java library, that I want to "convert" to Kotlin. By that I mean more idiomatic API. Particularly, this library makes use of ThreadLocal data. I want to expose them as CoroutineContext elements Could anyone recommend any articles/guidelines/best practices? An example of such a "converted" library would also be handy :)
d
Hi, we have recently released general guidelines for Kotlin APIs. This is not specifically what you are requesting, but maybe it would help.
e
Will definitely take a look, thanks!