https://kotlinlang.org logo
#getting-started
Title
# getting-started
h

henrik

11/01/2023, 2:38 PM
Is it possible to use external dependencies in https://play.kotlinlang.org?
🚫 1
c

Casey Brooks

11/01/2023, 3:40 PM
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

henrik

11/01/2023, 3:40 PM
Thanks!
k

Klitos Kyriacou

11/01/2023, 3:43 PM
The playground website supports a limited set of external dependencies, such as kotlinx.coroutines and junit.
h

henrik

11/01/2023, 4:00 PM
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