Add ApplicationPreload mechanism to collectScreenshots
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import ScreenshotsHelper.collectScreenshots
|
||||
|
||||
plugins {
|
||||
kotlin("multiplatform")
|
||||
kotlin("plugin.serialization")
|
||||
@@ -28,6 +30,7 @@ kotlin {
|
||||
implementation(compilations["main"]!!.output.allOutputs)
|
||||
}
|
||||
}
|
||||
collectScreenshots { }
|
||||
}
|
||||
}
|
||||
compilations.all {
|
||||
|
||||
Reference in New Issue
Block a user