Is there a list anywhere of what libraries and fea...
# getting-started
s
Is there a list anywhere of what libraries and features are available for import in the https://play.kotlinlang.org/ Kotlin playground instance? I know for example that it has kotlinx.coroutines, but are there others? I’m secretly hoping it has the atomicfu compiler plugin, for example, but I guess that’s unlikely. I can’t find anything via Google or the help button in the playground itself.
h
I also searched for that once because some reflection function didn't work. Sadly there was no list, just a mention that reflections are disabled for security reasons.
😢 1
👍 1
h
I recently opened an issue to integrate kotlinx.datetime by default … but no reaction yet.