Commit e7e8e12
authored
Update KGP to 2.2 (#5293)
Compose gradle plugin now depends on Kotlin gradle plugin 2.2
## Release Notes
### Migration Notes - Gradle Plugin
- The compose gradle plugin requires Kotlin gradle plugin 2.+ version
now. Old `org.jetbrains.compose.compiler` is not supported anymore and
the API to configure it was removed.1 parent 2e26cc1 commit e7e8e12
File tree
38 files changed
+399
-576
lines changed- .github/workflows
- gradle-plugins
- compose
- src
- main/kotlin/org/jetbrains/compose
- desktop/application/tasks
- test
- kotlin/org/jetbrains/compose/test/tests/integration
- test-projects
- application
- emptyAppResources
- src/main/kotlin
- mpp
- misc
- commonResources
- expected-open-res
- androidMainResourceAccessors/my/lib/res
- androidMainResourceCollectors/my/lib/res
- commonMainResourceAccessors/my/lib/res
- commonResClass/my/lib/res
- desktopMainResourceAccessors/my/lib/res
- desktopMainResourceCollectors/my/lib/res
- expected
- androidMainResourceAccessors/app/group/resources_test/generated/resources
- androidMainResourceCollectors/app/group/resources_test/generated/resources
- commonMainResourceAccessors/app/group/resources_test/generated/resources
- commonResClass/app/group/resources_test/generated/resources
- desktopMainResourceAccessors/app/group/resources_test/generated/resources
- desktopMainResourceCollectors/app/group/resources_test/generated/resources
- emptyResources/expected
- commonResClass/app/group/empty_res/generated/resources
- desktopMainResourceCollectors/app/group/empty_res/generated/resources
- jvmOnlyResources/expected
- commonResClass/me/app/jvmonlyresources/generated/resources
- mainResourceAccessors/me/app/jvmonlyresources/generated/resources
- mainResourceCollectors/me/app/jvmonlyresources/generated/resources
- gradle
38 files changed
+399
-576
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
178 | | - | |
179 | | - | |
180 | | - | |
| 179 | + | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
Lines changed: 57 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
Lines changed: 0 additions & 43 deletions
This file was deleted.
gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerKotlinSupportPlugin.kt
Lines changed: 0 additions & 156 deletions
This file was deleted.
Lines changed: 1 addition & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | | - | |
| 51 | + | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
69 | | - | |
70 | 68 | | |
71 | 69 | | |
72 | 70 | | |
| |||
109 | 107 | | |
110 | 108 | | |
111 | 109 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | 110 | | |
123 | 111 | | |
124 | 112 | | |
| |||
0 commit comments