Switch back to fun main()
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import Orx_embed_shaders_gradle.EmbedShadersTask
|
||||
|
||||
plugins {
|
||||
kotlin("multiplatform")
|
||||
kotlin("plugin.serialization")
|
||||
id("orx.embed-shaders")
|
||||
}
|
||||
|
||||
val kotlinxSerializationVersion: String by rootProject.extra
|
||||
|
||||
@@ -16,7 +16,7 @@ import kotlin.random.Random
|
||||
* with a different amount of blur in each layer,
|
||||
* simulating depth of field
|
||||
*/
|
||||
suspend fun main() = application {
|
||||
fun main() = application {
|
||||
configure {
|
||||
width = 900
|
||||
height = 900
|
||||
|
||||
@@ -29,7 +29,7 @@ import kotlin.random.Random
|
||||
// Toggle to see the difference between a simple blur and multilayer bloom
|
||||
const val effectEnabled = true
|
||||
|
||||
suspend fun main() = application {
|
||||
fun main() = application {
|
||||
configure {
|
||||
width = 900
|
||||
height = 900
|
||||
|
||||
Reference in New Issue
Block a user