Update to Kotlin 2.0.0

This commit is contained in:
Edwin Jakobs
2024-05-28 15:47:41 +02:00
parent 3350274efb
commit 577e0c2f9a
7 changed files with 25 additions and 24 deletions

View File

@@ -11,7 +11,9 @@ openrndr {
orxFeatures = setOf(
libs.orx.olive,
libs.orx.color,
libs.orx.gui
libs.orx.shapes,
libs.orx.gui,
libs.orx.svg
)
openrndrFeatures = setOf(
libs.openrndr.ffmpeg,