mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Visibility.
This commit is contained in:
parent
4c9543d70f
commit
e3099f8d12
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue