AndroidAPS/core/main/allopen_dependencies.gradle
2023-09-23 15:51:12 +02:00

5 lines
144 B
Groovy

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