2025-12-13 23:17:21 +07:00

5 lines
100 B
Kotlin

package com.example.notesai.config
object APIKey {
const val GEMINI_API_KEY = "MY_GEMINI_KEY"
}