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:
@@ -10,6 +10,7 @@ dependencies {
|
||||
testCompile(projectTests(":compiler:tests-common"))
|
||||
testCompile(kotlinStdlib())
|
||||
testCompile(commonDep("junit:junit"))
|
||||
testCompile(project(":generators"))
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user