[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
+1
-1
@@ -152,7 +152,7 @@ val commonCompilerModules = arrayOf(
|
||||
":compiler:frontend.java", // TODO this is fe10 module but some utils used in fir ide now
|
||||
":analysis:decompiled:decompiler-to-stubs",
|
||||
":analysis:decompiled:decompiler-to-file-stubs",
|
||||
":analysis:decompiled:native",
|
||||
":analysis:decompiled:decompiler-native",
|
||||
":analysis:decompiled:decompiler-to-psi",
|
||||
":analysis:decompiled:light-classes-for-decompiled",
|
||||
":analysis:analysis-api-providers",
|
||||
|
||||
Reference in New Issue
Block a user