Skip to content

daggerok/kotlinpoet-example

Repository files navigation

kotlinpoet-example Build Status

example of using kotlinpoet library

build
# maven jar
./mvnw clean package
java -jar target/*-all.jar

# gradle jar
./gradlew
java -jar ./build/libs/*-all.jar

# gradle install script
./gradlew clean installDist
./build/install/kotlinpoet-example/bin/kotlinpoet-example

# gradle distribution
./gradlew clean distZip
unzip -o ./build/distributions/kotlinpoet-example-0.0.1.zip -d /tmp
bash /tmp/kotlinpoet-example-0.0.1/bin/kotlinpoet-example

generated by jvm yeoman generator

About

Using kotlinpoet library for generation Kotlin code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages