Is it possible to use external dependencies in <ht...
# getting-started
h
Is it possible to use external dependencies in https://play.kotlinlang.org?
🚫 1
c
To my understanding, no. This could be a major security issue. However, the playground is open source, and you can host your own version if you need. And within the self-hosted version you are able to supply your own dependencies
h
Thanks!
k
The playground website supports a limited set of external dependencies, such as kotlinx.coroutines and junit.
h
Cool. Is there a list somewhere? (I was looking for jackson deps)
But I'm not 100% sure if the playground uses the defaults.
🙏 1