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

@@ -9,7 +9,7 @@ import org.openrndr.extra.olive.oliveProgram
* oliveProgram {} can be changed while the program is running.
*/
suspend fun main() = application {
fun main() = application {
configure {
width = 800
height = 800