[BT] Move ClassSnapshotGranularity to the Build Tools API module

#KT-57565 In Progress
This commit is contained in:
Alexander.Likhachev
2023-07-18 23:09:13 +02:00
committed by Space Team
parent 442d1cf711
commit 329fd6be45
3 changed files with 9 additions and 1 deletions
@@ -19,6 +19,7 @@ dependencies {
api(project(":kotlin-build-common"))
api(project(":daemon-common"))
api(project(":compiler:build-tools:kotlin-build-statistics"))
api(project(":compiler:build-tools:kotlin-build-tools-api"))
compileOnly(intellijCore())
testApi(commonDependency("junit:junit"))