This SDK is built and maintained by our community and might not be up to date with the latest Novu features.
Novu’s Kotlin SDK provides simple, yet comprehensive notification management, and delivery capabilities through multiple channels that you can implement using code that integrates seamlessly with your Kotlin application.Explore the source code on GitHub
// without changing the backend URLimport co.novu.Novuimport co.novu.extentions.environmentsfun main() { val novu = Novu(apiKey = "NOVU_SECRET_KEY") val environment = novu.environments() println(environment)}