Commit c645f52
authored
Restructure source-sets-conventions.gradle.kts
so it applies overridenLanugageVersion to all source sets using the new compilerOptions DSL. (#2891)
Previously, only leaf source sets were affected because the language version was applied to the KotlinCompilationTask configuration.1 parent fa797bc commit c645f52
File tree
1 file changed
+16
-11
lines changed- buildSrc/src/main/kotlin
1 file changed
+16
-11
lines changedLines changed: 16 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
69 | 68 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
74 | 83 | | |
| 84 | + | |
75 | 85 | | |
76 | 86 | | |
77 | 87 | | |
| |||
126 | 136 | | |
127 | 137 | | |
128 | 138 | | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | 139 | | |
135 | 140 | | |
0 commit comments