Move DebugXProtoBuf classes to build-common
KT-8487
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -32,5 +32,6 @@
|
|||||||
<orderEntry type="module" module-name="annotation-collector" scope="TEST" />
|
<orderEntry type="module" module-name="annotation-collector" scope="TEST" />
|
||||||
<orderEntry type="module" module-name="container" scope="TEST" />
|
<orderEntry type="module" module-name="container" scope="TEST" />
|
||||||
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
|
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
|
||||||
|
<orderEntry type="module" module-name="build-common" scope="TEST" />
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
@@ -105,7 +105,7 @@ fun modifyAndExecProtoc(protoPath: ProtoPath) {
|
|||||||
debugProtoFile.writeText(modifyForDebug(protoPath))
|
debugProtoFile.writeText(modifyForDebug(protoPath))
|
||||||
debugProtoFile.deleteOnExit()
|
debugProtoFile.deleteOnExit()
|
||||||
|
|
||||||
execProtoc(debugProtoFile.path, "compiler/tests")
|
execProtoc(debugProtoFile.path, "build-common/test")
|
||||||
}
|
}
|
||||||
|
|
||||||
fun modifyForDebug(protoPath: ProtoPath): String {
|
fun modifyForDebug(protoPath: ProtoPath): String {
|
||||||
|
|||||||
Reference in New Issue
Block a user