File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,9 @@ def configureKotlinJvmPlatform(configuration) {
89
89
configuration. attributes. attribute(KotlinPlatformType . attribute, KotlinPlatformType . jvm)
90
90
}
91
91
92
+ // Configure subprojects with Kotlin sources
93
+ apply plugin : " configure-compilation-conventions"
94
+
92
95
allprojects {
93
96
// the only place where HostManager could be instantiated
94
97
project. ext. hostManager = new HostManager ()
@@ -187,9 +190,6 @@ configure(subprojects.findAll { !sourceless.contains(it.name) && it.name != core
187
190
188
191
apply plugin : " bom-conventions"
189
192
190
- // Configure subprojects with Kotlin sources
191
- apply plugin : " configure-compilation-conventions"
192
-
193
193
if (build_snapshot_train) {
194
194
println " Hacking test tasks, removing stress and flaky tests"
195
195
allprojects {
You can’t perform that action at this time.
0 commit comments