A Kotlin JVM console application that uses TPipe as a library dependency.
This project depends on the TPipe library located at ../TPipe/TPipe/. Make sure TPipe is built before running this project:
cd ../TPipe/TPipe
./gradlew shadowJar./gradlew build
./gradlew run- TPipe library (via shadow jar)
- Kotlin Serialization
- Kotlin Coroutines
- JVM 24 (same as TPipe)
The main class is located at src/main/kotlin/com/example/tpipewriter/Main.kt and is ready for you to build out your TPipe-powered application.