p

pkl-codegen-kotlin

Kotlin source code generator that generates corresponding Kotlin classes for Pkl classes, simplifying consumption of Pkl configuration as statically typed Kotlin objects.
https://github.com/apple/pkl/tree/main/pkl-codegen-kotlin
The Apache Software License, Version 2.0
The Pkl Authors
Files download
File Operation
pkl-codegen-kotlin-0.25.3.jar download
pkl-codegen-kotlin-0.25.3.pom download
pkl-codegen-kotlin-0.25.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.pkl-lang</groupId>
  <artifactId>pkl-codegen-kotlin</artifactId>
  <version>0.25.3</version>
</dependency>
Gradle Groovy
implementation 'org.pkl-lang:pkl-codegen-kotlin:0.25.3'
Gradle Kotlin
implementation("org.pkl-lang:pkl-codegen-kotlin:0.25.3")
Scala SBT
libraryDependencies += "org.pkl-lang" % "pkl-codegen-kotlin" % "0.25.3"
Groovy Grape
@Grapes(
  @Grab(group='org.pkl-lang', module='pkl-codegen-kotlin', version='0.25.3')
)
Apache Ivy
<dependency org="org.pkl-lang" name="pkl-codegen-kotlin" rev="0.25.3" />
Leiningen
[org.pkl-lang/pkl-codegen-kotlin "0.25.3"]
Apache Buildr
'org.pkl-lang:pkl-codegen-kotlin:jar:0.25.3'