1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Visibility.

This commit is contained in:
Cedric Beust 2015-11-01 17:07:50 -08:00
parent 4c9543d70f
commit e3099f8d12

View file

@ -150,7 +150,7 @@ public class AndroidPlugin @Inject constructor(val javaCompiler: JavaCompiler) :
return buildDir
}
val classpathEntries = HashMultimap.create<String, IClasspathDependency>()
private val classpathEntries = HashMultimap.create<String, IClasspathDependency>()
override fun entriesFor(project: Project): Collection<IClasspathDependency> {
return classpathEntries.get(project.name!!) ?: listOf()