Upgrade to Kotlin 1.6.0, Gradle 7.3
This commit is contained in:
@@ -121,11 +121,11 @@ enum class Logging {
|
||||
/* What type of logging should this project use? */
|
||||
val applicationLogging = Logging.FULL
|
||||
|
||||
val kotlinVersion = "1.5.21"
|
||||
val kotlinVersion = "1.6.0"
|
||||
|
||||
plugins {
|
||||
java
|
||||
kotlin("jvm") version("1.5.21")
|
||||
kotlin("jvm") version("1.6.0")
|
||||
id("com.github.johnrengelman.shadow") version ("6.1.0")
|
||||
id("org.beryx.runtime") version ("1.11.4")
|
||||
}
|
||||
@@ -173,7 +173,7 @@ dependencies {
|
||||
implementation(openrndr("animatable"))
|
||||
implementation(openrndr("extensions"))
|
||||
implementation(openrndr("filter"))
|
||||
implementation("org.jetbrains.kotlinx", "kotlinx-coroutines-core","1.5.0")
|
||||
implementation("org.jetbrains.kotlinx", "kotlinx-coroutines-core","1.5.2")
|
||||
implementation("io.github.microutils", "kotlin-logging-jvm","2.0.6")
|
||||
|
||||
when(applicationLogging) {
|
||||
|
||||
Reference in New Issue
Block a user