[MPP] Don't report HMPP deprecation warnings on subprojects
MPP plugin applied to a root project leads to false positive reports in its subprojects. Also, granular metadata flag is not supposed to be set in subprojects. Reporting only for the root project should cover most of the cases. KT-55891
This commit is contained in:
committed by
Space Team
parent
7c3cc1d5c1
commit
37c87b0a84
+1
@@ -0,0 +1 @@
|
||||
include(":subproject")
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
plugins {
|
||||
kotlin("multiplatform")
|
||||
}
|
||||
|
||||
kotlin {
|
||||
jvm()
|
||||
}
|
||||
Reference in New Issue
Block a user