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