Add minimal statistic report for JPS build
Fix build stat for gradle 8 #KT-56438 Fixed
This commit is contained in:
committed by
Space Team
parent
f3ca465647
commit
e34dd043da
+3
-1
@@ -143,6 +143,7 @@ val commonCompilerModules = arrayOf(
|
||||
":analysis:project-structure",
|
||||
":analysis:kt-references",
|
||||
":kotlin-build-common",
|
||||
":kotlin-build-statistic",
|
||||
).also { extra["commonCompilerModules"] = it }
|
||||
|
||||
val firCompilerCoreModules = arrayOf(
|
||||
@@ -262,7 +263,8 @@ extra["kotlinJpsPluginMavenDependencies"] = listOf(
|
||||
":kotlin-util-io",
|
||||
":kotlin-util-klib",
|
||||
":kotlin-util-klib-metadata",
|
||||
":native:kotlin-native-utils"
|
||||
":native:kotlin-native-utils",
|
||||
":kotlin-build-statistic",
|
||||
)
|
||||
|
||||
extra["kotlinJpsPluginMavenDependenciesNonTransitiveLibs"] = listOf(
|
||||
|
||||
Reference in New Issue
Block a user