|
I didnt see this stated in docs, but this is what it looks like. I'm curious. |
Answered by
bioball
Feb 13, 2024
Replies: 1 comment
|
The core language is implemented in Java. We use Kotlin for various things, though, e.g. writing tests, and building things that either don't need to be libraries ( |
0 replies
Answer selected by
EvgSkv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The core language is implemented in Java. We use Kotlin for various things, though, e.g. writing tests, and building things that either don't need to be libraries (
pkl-cli), or things that are Kotlin libraries.