Commit 846f8ac
fix: Fix Android test compilation issues
- Add missing package declaration to ExtractorTests.kt
- Move test file to proper Kotlin directory structure
- Add test source directory configuration to build.gradle
- Add missing test dependencies (kotlin-test, mockito-core)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e4867b3 commit 846f8ac
3 files changed
Lines changed: 6 additions & 0 deletions
File tree
- example
- workmanager_android/android
- src/test/kotlin/dev/fluttercommunity/workmanager
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
| 52 | + | |
50 | 53 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments