1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00
This commit is contained in:
Cedric Beust 2016-05-10 03:16:04 -08:00
parent 38288be20c
commit 9280d3b2ac

View file

@ -50,6 +50,9 @@ class ClassNameXml {
var className: List<String> = arrayListOf()
}
/**
* The fields in this interface have tests.
*/
interface IPluginInfo {
val testJvmFlagContributors : List<ITestJvmFlagContributor>
val testJvmFlagInterceptors : List<ITestJvmFlagInterceptor>