1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -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.
* TODO: move this to its own class, it shouldn't be polluting BasePlugin
*/
val pluginProperties = hashMapOf<String, Any>()