Skip to content

Commit

Permalink
chore(example): update build.gradle.kts to use Kotlin JVM plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Dec 19, 2024
1 parent c2aa69b commit bb0f527
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions onebusaway-sdk-kotlin-example/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
plugins {
id("onebusaway-sdk.kotlin")
application
kotlin("jvm")
}


application {
mainClass = "org.onebusaway.example.MainKt"
}


group = "org.onebusaway.example"
version = "0.0.1-alpha.0"

Expand Down

0 comments on commit bb0f527

Please sign in to comment.