5 lines
151 B
Groovy
5 lines
151 B
Groovy
allOpen {
|
|
// allows mocking for classes w/o directly opening them for release builds
|
|
annotation 'info.nightscout.annotations.OpenForTesting'
|
|
}
|