- Add root-level capacitor.plugins.json with DailyNotification plugin entry - Add plugins file with plugin class mapping - These files may be generated by annotation processor or build tools - Ensures plugin discovery works across different Capacitor configurations
7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
[
|
|
{
|
|
"name": "DailyNotification",
|
|
"class": "com.timesafari.dailynotification.DailyNotificationPlugin"
|
|
}
|
|
]
|