AndroidAPS/buildSrc/src/main/kotlin/all-open-dependencies.gradle.kts

10 lines
213 B
Text
Raw Normal View History

2023-10-14 19:49:48 +02:00
plugins {
id("com.android.library")
id("kotlin-allopen")
}
allOpen {
// allows mocking for classes w/o directly opening them for release builds
annotation("app.aaps.annotations.OpenForTesting")
}