[Decompiler] rename :analysis:decompiled:native -> :analysis:decompiled:decompiler-native
to avoid possible name clashes between different Gradle subprojects with the same name. see https://github.com/gradle/gradle/issues/16986
This commit is contained in:
committed by
Space Team
parent
8fbd6ab02b
commit
5f5daa0e06
@@ -29,7 +29,7 @@ dependencies {
|
||||
testImplementation(project(":analysis:decompiled:decompiler-to-file-stubs"))
|
||||
testImplementation(project(":analysis:decompiled:light-classes-for-decompiled"))
|
||||
testImplementation(project(":analysis:decompiled:decompiler-to-psi"))
|
||||
testImplementation(project(":analysis:decompiled:native"))
|
||||
testImplementation(project(":analysis:decompiled:decompiler-native"))
|
||||
testImplementation(projectTests(":analysis:analysis-test-framework"))
|
||||
testImplementation(commonDependency("org.jetbrains.kotlin:kotlin-reflect")) { isTransitive = false }
|
||||
testImplementation(toolsJar())
|
||||
|
||||
Reference in New Issue
Block a user