# pkl-jvm-examples **Repository Path**: acuner/pkl-jvm-examples ## Basic Information - **Project Name**: pkl-jvm-examples - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-19 - **Last Updated**: 2024-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = Pkl JVM Examples Ready-to-go examples for Pkl's JVM libraries, JVM code generators, and other tools. * JVM Libraries ** xref:config-java/README.adoc[Java Configuration Example] ** xref:config-kotlin/README.adoc[Kotlin Configuration Example] ** xref:core/README.adoc[Core Library Example] * JVM Code Generators ** xref:codegen-java/README.adoc[Java Code Generator Example] ** xref:codegen-kotlin/README.adoc[Kotlin Code Generator Example] * Other Tools ** xref:pkldoc/README.adoc[Documentation Generator Example] ** xref:build-eval/README.adoc[Build-time Evaluation Example] To run all examples, type `./gradlew build` (requires JDK 17 or higher). To open this project in IntelliJ IDEA, go to File->Open and choose _settings.gradle.kts_.