AllOpen: Allow to specify presets in the Gradle plugin

This commit is contained in:
Yan Zhulanow
2019-03-18 23:19:05 +03:00
parent 4f64a52d33
commit 7ecd88aae3
@@ -31,4 +31,8 @@ open class AllOpenExtension {
open fun annotations(vararg fqNames: String) {
myAnnotations.addAll(fqNames)
}
open fun preset(name: String) {
myPresets.add(name)
}
}