Commit 69a4467
[K/N] Remove kotlin-native.jar from the dist
The K/N distribution contains two jars with compiler code:
* konan/lib/kotlin-native.jar
* konan/lib/kotlin-native-compiler-embeddable.jar
The former is basically a legacy version of the latter. It is used only
by KGP when `kotlin.native.useEmbeddableCompilerJar=false` is set.
Since this flag is no longer supported (KT-51301), it is safe to
remove the jar from the distribution. This commit does that.
As a nice side effect, it also noticeably reduces the size of the
distribution.
^KT-77783 Fixed1 parent 992e70a commit 69a4467Copy full SHA for 69a4467
1 file changed
-18Lines changed: 0 additions & 18 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- kotlin-native
Expand file treeCollapse file tree
Open diff view settings
Collapse file
-18Lines changed: 0 additions & 18 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
33 | 32 | |
34 | 33 | |
35 | 34 | |
| ||
42 | 41 | |
43 | 42 | |
44 | 43 | |
45 | | - |
46 | | - |
47 | | - |
48 | | - |
49 | 44 | |
50 | 45 | |
51 | 46 | |
| ||
76 | 71 | |
77 | 72 | |
78 | 73 | |
79 | | - |
80 | 74 | |
81 | 75 | |
82 | 76 | |
| ||
112 | 106 | |
113 | 107 | |
114 | 108 | |
115 | | - |
116 | 109 | |
117 | 110 | |
118 | 111 | |
| ||
181 | 174 | |
182 | 175 | |
183 | 176 | |
184 | | - |
185 | | - |
186 | | - |
187 | | - |
188 | | - |
189 | | - |
190 | | - |
191 | | - |
192 | | - |
193 | | - |
194 | 177 | |
195 | 178 | |
196 | 179 | |
| ||
253 | 236 | |
254 | 237 | |
255 | 238 | |
256 | | - |
257 | 239 | |
258 | 240 | |
259 | 241 | |
|
0 commit comments