Reimplement collectScreenshots
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import Orx_collect_screenshots_gradle.ScreenshotsHelper.collectScreenshots
|
||||
|
||||
plugins {
|
||||
kotlin("multiplatform")
|
||||
kotlin("plugin.serialization")
|
||||
id("orx.collect-screenshots")
|
||||
}
|
||||
|
||||
val kotlinxSerializationVersion: String by rootProject.extra
|
||||
@@ -31,6 +34,8 @@ kotlin {
|
||||
implementation(compilations["main"]!!.output.allOutputs)
|
||||
}
|
||||
}
|
||||
collectScreenshots {
|
||||
}
|
||||
}
|
||||
}
|
||||
compilations.all {
|
||||
|
||||
Reference in New Issue
Block a user