Commit 72f3c27
authored
fix(build): exclude JetBrains libraries from mavenLocal resolution (#1930)
mavenLocal may contain incomplete artifacts missing Gradle Module
Metadata (.module files), causing multiplatform metadata compilation
to fail with unresolved references to standard Kotlin symbols.1 parent 0235366 commit 72f3c27
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
| |||
0 commit comments