Commit 1df0fd9
Remove NativeDistributionProperty
1 parent 9402f2a commit 1df0fd9Copy full SHA for 1df0fd9
12 files changed
+57-111Lines changed: 57 additions & 111 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- kotlin-native
- build-tools/src/main/kotlin/org/jetbrains/kotlin
- gradle/plugin/konan/tasks
- nativeDistribution
- platformLibs
- prepare/kotlin-native-compiler-embeddable
- runtime
Expand file treeCollapse file tree
Open diff view settings
Collapse file
kotlin-native/build-tools/src/main/kotlin/org/jetbrains/kotlin/CompareDistributionSignatures.kt
Copy file name to clipboardExpand all lines: kotlin-native/build-tools/src/main/kotlin/org/jetbrains/kotlin/CompareDistributionSignatures.kt+15-7Lines changed: 15 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
| 7 | + |
6 | 8 | |
7 | 9 | |
8 | 10 | |
| 11 | + |
9 | 12 | |
10 | 13 | |
11 | 14 | |
12 | 15 | |
13 | 16 | |
14 | 17 | |
15 | | - |
| 18 | + |
16 | 19 | |
17 | | - |
18 | 20 | |
19 | 21 | |
20 | 22 | |
| ||
51 | 53 | |
52 | 54 | |
53 | 55 | |
54 | | - |
| 56 | + |
55 | 57 | |
56 | 58 | |
57 | 59 | |
58 | | - |
59 | | - |
| 60 | + |
| 61 | + |
60 | 62 | |
61 | 63 | |
62 | 64 | |
63 | 65 | |
64 | 66 | |
65 | 67 | |
66 | 68 | |
67 | | - |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
68 | 73 | |
69 | 74 | |
70 | 75 | |
71 | | - |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
72 | 80 | |
73 | 81 | |
74 | 82 | |
|
Collapse file
kotlin-native/build-tools/src/main/kotlin/org/jetbrains/kotlin/PlatformManagerProvider.kt
Copy file name to clipboardExpand all lines: kotlin-native/build-tools/src/main/kotlin/org/jetbrains/kotlin/PlatformManagerProvider.kt+3-4Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
24 | 23 | |
25 | 24 | |
26 | 25 | |
| ||
37 | 36 | |
38 | 37 | |
39 | 38 | |
40 | | - |
| 39 | + |
41 | 40 | |
42 | 41 | |
43 | 42 | |
| ||
62 | 61 | |
63 | 62 | |
64 | 63 | |
65 | | - |
| 64 | + |
66 | 65 | |
67 | | - |
| 66 | + |
68 | 67 | |
69 | 68 | |
70 | 69 | |
|
Collapse file
kotlin-native/build-tools/src/main/kotlin/org/jetbrains/kotlin/gradle/plugin/konan/tasks/KonanCacheTask.kt
Copy file name to clipboardExpand all lines: kotlin-native/build-tools/src/main/kotlin/org/jetbrains/kotlin/gradle/plugin/konan/tasks/KonanCacheTask.kt+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
25 | | - |
| 24 | + |
26 | 25 | |
27 | 26 | |
28 | 27 | |
| ||
57 | 56 | |
58 | 57 | |
59 | 58 | |
60 | | - |
| 59 | + |
| 60 | + |
| 61 | + |
61 | 62 | |
62 | 63 | |
63 | 64 | |
|
Collapse file
kotlin-native/build-tools/src/main/kotlin/org/jetbrains/kotlin/gradle/plugin/konan/tasks/KonanCompileTask.kt
Copy file name to clipboardExpand all lines: kotlin-native/build-tools/src/main/kotlin/org/jetbrains/kotlin/gradle/plugin/konan/tasks/KonanCompileTask.kt+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | | - |
27 | | - |
| 26 | + |
28 | 27 | |
29 | 28 | |
30 | 29 | |
| ||
94 | 93 | |
95 | 94 | |
96 | 95 | |
97 | | - |
| 96 | + |
| 97 | + |
| 98 | + |
98 | 99 | |
99 | 100 | |
100 | 101 | |
|
Collapse file
kotlin-native/build-tools/src/main/kotlin/org/jetbrains/kotlin/gradle/plugin/konan/tasks/KonanInteropTask.kt
Copy file name to clipboardExpand all lines: kotlin-native/build-tools/src/main/kotlin/org/jetbrains/kotlin/gradle/plugin/konan/tasks/KonanInteropTask.kt+11-10Lines changed: 11 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | | - |
27 | | - |
| 26 | + |
28 | 27 | |
29 | 28 | |
30 | 29 | |
| ||
34 | 33 | |
35 | 34 | |
36 | 35 | |
37 | | - |
| 36 | + |
38 | 37 | |
39 | 38 | |
40 | 39 | |
41 | 40 | |
42 | 41 | |
43 | | - |
| 42 | + |
44 | 43 | |
45 | 44 | |
46 | 45 | |
| ||
49 | 48 | |
50 | 49 | |
51 | 50 | |
52 | | - |
| 51 | + |
53 | 52 | |
54 | 53 | |
55 | 54 | |
| ||
62 | 61 | |
63 | 62 | |
64 | 63 | |
65 | | - |
| 64 | + |
66 | 65 | |
67 | 66 | |
68 | 67 | |
69 | 68 | |
70 | | - |
| 69 | + |
71 | 70 | |
72 | 71 | |
73 | 72 | |
| ||
105 | 104 | |
106 | 105 | |
107 | 106 | |
108 | | - |
| 107 | + |
| 108 | + |
| 109 | + |
109 | 110 | |
110 | 111 | |
111 | 112 | |
| ||
160 | 161 | |
161 | 162 | |
162 | 163 | |
163 | | - |
| 164 | + |
164 | 165 | |
165 | 166 | |
166 | 167 | |
167 | 168 | |
168 | 169 | |
169 | | - |
| 170 | + |
170 | 171 | |
171 | 172 | |
172 | 173 | |
|
Collapse file
kotlin-native/build-tools/src/main/kotlin/org/jetbrains/kotlin/gradle/plugin/konan/tasks/KonanJvmInteropTask.kt
Copy file name to clipboardExpand all lines: kotlin-native/build-tools/src/main/kotlin/org/jetbrains/kotlin/gradle/plugin/konan/tasks/KonanJvmInteropTask.kt+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | | - |
| 35 | + |
36 | 36 | |
37 | 37 | |
38 | 38 | |
| ||
49 | 49 | |
50 | 50 | |
51 | 51 | |
52 | | - |
| 52 | + |
53 | 53 | |
54 | 54 | |
55 | 55 | |
| ||
62 | 62 | |
63 | 63 | |
64 | 64 | |
65 | | - |
| 65 | + |
66 | 66 | |
67 | 67 | |
68 | 68 | |
| ||
145 | 145 | |
146 | 146 | |
147 | 147 | |
148 | | - |
| 148 | + |
149 | 149 | |
150 | 150 | |
151 | 151 | |
|
Collapse file
kotlin-native/build-tools/src/main/kotlin/org/jetbrains/kotlin/nativeDistribution/InvalidateStaleCaches.kt
Copy file name to clipboardExpand all lines: kotlin-native/build-tools/src/main/kotlin/org/jetbrains/kotlin/nativeDistribution/InvalidateStaleCaches.kt+4-5Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
| 13 | + |
13 | 14 | |
14 | 15 | |
15 | 16 | |
| ||
50 | 51 | |
51 | 52 | |
52 | 53 | |
53 | | - |
54 | | - |
55 | | - |
56 | | - |
57 | 54 | |
58 | 55 | |
59 | 56 | |
60 | 57 | |
61 | | - |
| 58 | + |
| 59 | + |
| 60 | + |
62 | 61 | |
63 | 62 | |
64 | 63 | |
|
0 commit comments