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
Hildebrandt Tobias
09/06/2023, 9:54 AM
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.