You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
I added i custom plugin and its work in debug variant but when i run in release mode, it give error for not finding plugin class.
Can't import these files import com.pluto.plugin.Plugin import com.pluto.plugin.PluginConfiguration
The text was updated successfully, but these errors were encountered:
**Plugin Class not found in release variant **
I create a custom pluto plugin for some purpose but in release variant i can;t find class.
Screenshots
Click here to see image.
Additional context
I added i custom plugin and its work in debug variant but when i run in release mode, it give error for not finding plugin class.
Can't import these files
import com.pluto.plugin.Plugin import com.pluto.plugin.PluginConfiguration
The text was updated successfully, but these errors were encountered: