Skip to content

Commit

Permalink
refactor: Migrate Internal DeviceAttributes class to kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi-mParticle committed Nov 29, 2024
1 parent 24d6a81 commit 8d32121
Show file tree
Hide file tree
Showing 4 changed files with 456 additions and 350 deletions.
1 change: 1 addition & 0 deletions android-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ android {
jvmArgs += ['--add-opens', 'java.base/java.util.concurrent=ALL-UNNAMED']
jvmArgs += ['--add-opens', 'java.base/java.util.concurrent.atomic=ALL-UNNAMED']
jvmArgs += ['--add-opens', 'java.base/java.lang.ref=ALL-UNNAMED']
jvmArgs += ['--add-opens', 'java.base/java.lang.reflect=ALL-UNNAMED']
}
if (useOrchestrator()) {
execution 'ANDROIDX_TEST_ORCHESTRATOR'
Expand Down

This file was deleted.

Loading

0 comments on commit 8d32121

Please sign in to comment.