Upgrade to Kotlin 1.6.0, Gradle 7.3
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user