generators: extract OperationsMap generator to a separate source set

Refactor generators so that OperationsMapGenerator is in its own
source set with minimal dependencies.
This commit is contained in:
Ilya Gorbunov
2020-01-18 07:14:50 +03:00
parent 2251c27167
commit 7ec04a1bf9
4 changed files with 53 additions and 44 deletions
@@ -10,6 +10,7 @@ dependencies {
testCompile(projectTests(":compiler:tests-common"))
testCompile(kotlinStdlib())
testCompile(commonDep("junit:junit"))
testCompile(project(":generators"))
}
sourceSets {