[buildSrc] add screenshot helper for plain kotlin projects
This commit is contained in:
@@ -4,15 +4,12 @@ plugins {
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
val preload by creating {
|
||||
this.java {
|
||||
srcDir("src/preload/kotlin")
|
||||
}
|
||||
}
|
||||
val main by getting {
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user