Skip to content

qumase/rtpoet-example

Repository files navigation

RTPoet Example

This is a boilerplate project demonstrating the use of the RTPoet library and its PapyrusRT plugin.

Getting started

git clone https://github.com/kjahed/rtpoet-example

Generate a Github Personal Access Token. You only need the read:packages permission.

Append the following to gradle.properties:

gpr.user=<your_github_username>
gpr.key=<your_github_token>

Note: Never push the modified gradle.properties to Github. For security reasons, Github will disable your access token and you will have to generate a new one.

Build!

./gradlew build

Using Kotlin (Recommended)

KotlinExample.kt demonstrates the use of RTPoet using Kotlin. Use the command below to run the example.

./gradlew runKotlin

Using Java

JavaExample.java demonstrates the use of RTPoet using Java. Use the command below to run the example.

./gradlew runJava

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published