Reimplement collectScreenshots
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import Orx_embed_shaders_gradle.EmbedShadersTask
|
||||
import Orx_collect_screenshots_gradle.ScreenshotsHelper.collectScreenshots
|
||||
|
||||
plugins {
|
||||
kotlin("multiplatform")
|
||||
kotlin("plugin.serialization")
|
||||
id("orx.embed-shaders")
|
||||
id("orx.collect-screenshots")
|
||||
}
|
||||
|
||||
val kotlinxSerializationVersion: String by rootProject.extra
|
||||
@@ -32,6 +33,7 @@ kotlin {
|
||||
runtimeOnly("org.openrndr:openrndr-gl3-natives-$openrndrOS:$openrndrVersion")
|
||||
implementation(compilations["main"]!!.output.allOutputs)
|
||||
}
|
||||
collectScreenshots { }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -63,6 +65,7 @@ kotlin {
|
||||
implementation("io.github.microutils:kotlin-logging:$kotlinLoggingVersion")
|
||||
}
|
||||
}
|
||||
|
||||
@Suppress("UNUSED_VARIABLE")
|
||||
val commonTest by getting {
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user