[buildSrc] add screenshot helper for plain kotlin projects

This commit is contained in:
Edwin Jakobs
2021-09-01 09:20:40 +02:00
parent bf11867232
commit 8c5ccd691b
3 changed files with 19 additions and 12 deletions

View File

@@ -4,15 +4,12 @@ plugins {
}
sourceSets {
val preload by creating {
this.java {
srcDir("src/preload/kotlin")
}
}
val main by getting {
}
}