[K/N] Track memory in big chunks ^KT-57773

Additionally removed testFixtures{} and test{} in gcScheduler/common runtime module,
because that source set became empty.
This commit is contained in:
Alexander Shabalin
2023-06-21 15:29:20 +02:00
committed by Space Team
parent 0a726d4ebf
commit 220ecc4788
43 changed files with 111 additions and 387 deletions
-2
View File
@@ -370,8 +370,6 @@ bitcode {
headersDirs.from(files("src/gc/common/cpp", "src/mm/cpp", "src/main/cpp"))
sourceSets {
main {}
testFixtures {}
test {}
}
onlyIf { target.supportsThreads() }