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 :)