Move DebugXProtoBuf classes to build-common

KT-8487
This commit is contained in:
Alexey Tsvetkov
2016-02-16 20:34:12 +03:00
parent 42cbd940c3
commit 239e217d19
9 changed files with 2 additions and 1331 deletions
File diff suppressed because it is too large Load Diff
+1
View File
@@ -32,5 +32,6 @@
<orderEntry type="module" module-name="annotation-collector" scope="TEST" />
<orderEntry type="module" module-name="container" scope="TEST" />
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
<orderEntry type="module" module-name="build-common" scope="TEST" />
</component>
</module>
@@ -105,7 +105,7 @@ fun modifyAndExecProtoc(protoPath: ProtoPath) {
debugProtoFile.writeText(modifyForDebug(protoPath))
debugProtoFile.deleteOnExit()
execProtoc(debugProtoFile.path, "compiler/tests")
execProtoc(debugProtoFile.path, "build-common/test")
}
fun modifyForDebug(protoPath: ProtoPath): String {