Reimplement collectScreenshots
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
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
|
||||
@@ -34,6 +34,9 @@ kotlin {
|
||||
implementation(compilations["main"]!!.output.allOutputs)
|
||||
}
|
||||
}
|
||||
collectScreenshots {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
compilations.all {
|
||||
|
||||
Reference in New Issue
Block a user