Plugins should not need to install core separately #51
Labels
aion
Pocket Android Aion project
core
Pocket Android Core project
enhancement
New feature or request
eth
Pocket Android Eth project
One of the requirements if you install a plugin, let's say Aion, the core functionalities and classes from Core are not available, the developer needs to add Core besides adding Aion in the dependencies.
The objective is to only install the plugin.
implementation 'network.pocket.android:aion:0.0.2'
implementation 'network.pocket.android:core:0.0.2'
The text was updated successfully, but these errors were encountered: