[analysis api fir] put every library into a separate KtModule in tests
This commit is contained in:
@@ -43,6 +43,11 @@ dependencies {
|
||||
testImplementation(project(":analysis:symbol-light-classes"))
|
||||
|
||||
testRuntimeOnly(project(":core:descriptors.runtime"))
|
||||
|
||||
|
||||
// We use 'api' instead of 'implementation' because other modules might be using these jars indirectly
|
||||
testApi(project(":plugins:fir-plugin-prototype"))
|
||||
testApi(projectTests(":plugins:fir-plugin-prototype"))
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user