Join codeAst and codeCore modules

This commit is contained in:
Irmen de Jong
2022-09-19 17:21:31 +02:00
parent 11d87e4725
commit d07d00fa41
19 changed files with 5 additions and 73 deletions
+1 -2
View File
@@ -25,7 +25,6 @@ compileTestKotlin {
}
dependencies {
implementation project(':codeAst')
implementation project(':codeCore')
implementation project(':intermediate')
implementation project(':virtualmachine')
@@ -63,4 +62,4 @@ test {
testLogging {
events "skipped", "failed"
}
}
}
-1
View File
@@ -12,7 +12,6 @@
<orderEntry type="library" name="michael.bull.kotlin.result.jvm" level="project" />
<orderEntry type="library" name="io.kotest.assertions.core.jvm" level="project" />
<orderEntry type="library" name="io.kotest.runner.junit5.jvm" level="project" />
<orderEntry type="module" module-name="codeAst" />
<orderEntry type="module" module-name="codeCore" />
<orderEntry type="module" module-name="virtualmachine" />
<orderEntry type="module" module-name="intermediate" />