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 @@ -76,6 +76,9 @@ def configureKotlinJvmPlatform(configuration) {
76
76
configuration. attributes. attribute(KotlinPlatformType . attribute, KotlinPlatformType . jvm)
77
77
}
78
78
79
+ // Configure subprojects with Kotlin sources
80
+ apply plugin : " configure-compilation-conventions"
81
+
79
82
allprojects {
80
83
// the only place where HostManager could be instantiated
81
84
project. ext. hostManager = new HostManager ()
@@ -167,9 +170,6 @@ configure(subprojects.findAll { !sourceless.contains(it.name) && it.name != core
167
170
168
171
apply plugin : " bom-conventions"
169
172
170
- // Configure subprojects with Kotlin sources
171
- apply plugin : " configure-compilation-conventions"
172
-
173
173
if (build_snapshot_train) {
174
174
println " Hacking test tasks, removing stress and flaky tests"
175
175
allprojects {
You can’t perform that action at this time.
0 commit comments