AndroidAPS/core/main/allopen_dependencies.gradle
2023-09-03 18:13:47 +02:00

5 lines
151 B
Groovy

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