A Kotlin library which can parse and generate GPX files.
First, add the JitPack repository:
repositories {
mavenCentral()
maven {
url = uri("https://jitpack.io")
}
}
Then add the library as a dependency:
dependencies {
implementation("com.github.pieterclaerhout:kotlin-yellowduck-gpx:1.0.2")
}
JitPack URL:
https://jitpack.io/#pieterclaerhout/kotlin-yellowduck-gpx
./gradlew clean -Pgroup=com.github.pieterclaerhout -Pversion=v1.0.4 -xtest build publishToMavenLocal