added back inline-classes, updated version

This commit is contained in:
Robinson 2021-04-30 19:23:04 +02:00
parent c529bde55b
commit d2df7f17d3

View File

@ -59,7 +59,7 @@ GradleUtils.defaults()
GradleUtils.compileConfiguration(JavaVersion.VERSION_11) { GradleUtils.compileConfiguration(JavaVersion.VERSION_11) {
// see: https://kotlinlang.org/docs/reference/using-gradle.html // see: https://kotlinlang.org/docs/reference/using-gradle.html
// enable the use of inline classes. see https://kotlinlang.org/docs/reference/inline-classes.html // enable the use of inline classes. see https://kotlinlang.org/docs/reference/inline-classes.html
// freeCompilerArgs = listOf("-Xinline-classes") freeCompilerArgs = listOf("-Xinline-classes")
} }
// ratelimiter, "other" package // ratelimiter, "other" package
@ -147,7 +147,7 @@ dependencies {
implementation("com.dorkbox:Utilities:1.10") implementation("com.dorkbox:Utilities:1.10")
implementation("com.dorkbox:Updates:1.1") implementation("com.dorkbox:Updates:1.1")
implementation("com.dorkbox:Serializers:1.0") implementation("com.dorkbox:Serializers:1.0")
implementation("com.dorkbox:NetworkUtils:2.6") implementation("com.dorkbox:NetworkUtils:2.7")
implementation("com.dorkbox:ObjectPool:3.3") implementation("com.dorkbox:ObjectPool:3.3")