Browse Source
- Add capacitor.plugins.json with correct DailyNotification plugin entry - Use 'classpath' field instead of 'classname' for Capacitor 6 compatibility - Add annotation processor dependency to plugin build.gradle - Plugin now successfully registers with Capacitor bridge Fixes: PluginLoadException and plugin availability issues Resolves: DailyNotification plugin not loading despite manual registrationmaster
2 changed files with 11 additions and 1 deletions
@ -0,0 +1,6 @@ |
|||
[ |
|||
{ |
|||
"name": "DailyNotification", |
|||
"classpath": "com.timesafari.dailynotification.DailyNotificationPlugin" |
|||
} |
|||
] |
Loading…
Reference in new issue