普通文本  |  12行  |  206 B

// explainer module
apply plugin: 'java'

dependencies {
    compile project(':generator')
    compile project(':shared')

    testCompile 'junit:junit:4.12'
    testCompile project(':sharedtest')
}
// EOF