1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00
This commit is contained in:
Cedric Beust 2015-11-03 01:13:04 -08:00
parent 450eafcad3
commit 0dad0ccc27

View file

@ -20,6 +20,7 @@ abstract public class BasePlugin : Plugin {
/** /**
* Plugins can expose properties to other plugins through this map. * Plugins can expose properties to other plugins through this map.
* TODO: move this to its own class, it shouldn't be polluting BasePlugin
*/ */
val pluginProperties = hashMapOf<String, Any>() val pluginProperties = hashMapOf<String, Any>()