Commit e548509
authored
Upgrade to Kotlin 2.1.20 (#4420)
The block applying `kotlin("multiplatform")` had to be moved above
the block applying animalsniffer, because since 2.1.20, the
Multiplatform plugin applies `java-base`, and the animalsniffer
plugin is not prepared for this order of plugin applications,
always assuming that the Multiplatform plugin goes before the Java
plugin:
https://github.com/xvik/gradle-animalsniffer-plugin/blob/cbcb2d524dacba651cac183216cbefcdcf629a3a/src/main/groovy/ru/vyarus/gradle/plugin/animalsniffer/AnimalSnifferPlugin.groovy#L81
See xvik/gradle-animalsniffer-plugin#116
Thanks to @ALikhachev for investigating the issue!1 parent fdec0de commit e548509
2 files changed
+13
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
97 | 109 | | |
98 | 110 | | |
99 | 111 | | |
| |||
109 | 121 | | |
110 | 122 | | |
111 | 123 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments