fix tests

This commit is contained in:
m2049r 2024-01-13 16:14:05 +01:00
parent 8473e66c69
commit 04d0bd2ffb
No known key found for this signature in database
GPG Key ID: 4386E69AF260078D
1 changed files with 8 additions and 0 deletions

View File

@ -115,6 +115,14 @@ android {
buildFeatures {
buildConfig true
}
testOptions {
unitTests {
all {
jvmArgs '--add-opens=java.base/java.lang=ALL-UNNAMED'
}
}
}
}
static def getId(name) {