AndroidAPS/core/core-main/allopen_dependencies.gradle
2022-11-09 13:30:48 +01:00

5 lines
162 B
Groovy

allOpen {
// allows mocking for classes w/o directly opening them for release builds
annotation 'info.nightscout.androidaps.annotations.OpenForTesting'
}