5 lines
100 B
Kotlin
5 lines
100 B
Kotlin
package com.example.notesai.config
|
|
|
|
object APIKey {
|
|
const val GEMINI_API_KEY = "MY_GEMINI_KEY"
|
|
} |