Commit 290b07d
committed
Exclude kotlin-stdlib from plugin dependencies
https://kotlinlang.org/docs/gradle.html#dependency-on-the-standard-library
Run ` diff gcpbuildcache-1.0.0.module.before gcpbuildcache-1.0.0.module.after`:
```diff
28,36d27
< "dependencies": [
< {
< "group": "org.jetbrains.kotlin",
< "module": "kotlin-stdlib",
< "version": {
< "requires": "2.0.21"
< }
< }
< ],
109,115d99
< },
< {
< "group": "org.jetbrains.kotlin",
< "module": "kotlin-stdlib",
< "version": {
< "requires": "2.0.21"
< }
```1 parent b7902a3 commit 290b07d
File tree
3 files changed
+5
-5
lines changed- core
- gradle
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | | - | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
0 commit comments