Upgrade to Kotlin 1.6.0, Gradle 7.3

This commit is contained in:
Edwin Jakobs
2021-11-20 21:18:56 +01:00
parent df1782f317
commit a02d3fc44f
4 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ import org.openrndr.draw.tint
import kotlin.math.cos
import kotlin.math.sin
suspend fun main() = application {
fun main() = application {
configure {
width = 768
height = 576