blob: 5b09fca15f4d4163dfa920fb31f77ee78218381a [file] [log] [blame]
//noinspection GrPackage
project("moduleWithAdditionalClasspath") {
buildscript {
dependencies {
classpath files("lib/someDep.jar")
}
}
}