Commit 3bdf041
committed
Fix Kotlin DSL build error: import Properties instead of java.util.Properties
Inside the android {} block `java` resolves to AGP's JavaPluginExtension,
so `java.util.Properties` parsed as `(java).util` and failed to compile.
Import java.util.Properties and reference Properties() directly.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JC7pFNtiABZG7PGhk6xMSM1 parent 318e8b4 commit 3bdf041
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | | - | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
0 commit comments