Remove Kotlin (#625)

Shrinks the jar size since we no longer must bundle the Kotlin library. The downside is that some classes grew in size compared to their Kotlin versions.
Many contributors didn't care for Kotlin either.
This commit is contained in:
Matt
2020-09-17 16:31:55 -04:00
committed by GitHub
parent 4f6c904615
commit 2e73746abe
22 changed files with 487 additions and 414 deletions

View File

@ -14,5 +14,4 @@ dependencies {
"shade"("org.enginehub.piston:core:${Versions.PISTON}")
"shade"("org.enginehub.piston.core-ap:runtime:${Versions.PISTON}")
"shade"("org.enginehub.piston:default-impl:${Versions.PISTON}")
"shade"("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0")
}