Facilitates integration with a notification system, simplifying the process of implementing notifications in applications. Installation requires adding it to the Maven Central repository.
implementation("dev.zxilly:notify-sdk:$version")
Please make sure you have mavenCentral() in repositories
mavenCentral()
repositories