mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Expose dynamicPlugins.
This commit is contained in:
parent
f921670066
commit
380fafade2
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class Plugins @Inject constructor (val taskManagerProvider : Provider<Tas
|
|||
/**
|
||||
* The list of plugins found in the build file.
|
||||
*/
|
||||
internal val dynamicPlugins : ArrayList<IClasspathDependency> = arrayListOf()
|
||||
val dynamicPlugins : ArrayList<IClasspathDependency> = arrayListOf()
|
||||
fun addDynamicPlugin(plugin: IClasspathDependency) = dynamicPlugins.add(plugin)
|
||||
|
||||
fun findPlugin(name: String) : IPlugin? = pluginMap[name]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue