bbb861f920
Kotlin Compose admin client for TTRPG Player license server with branding and settings for server URL and admin token. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
217 B
Kotlin
6 lines
217 B
Kotlin
plugins {
|
|
id("com.android.application") version "8.7.3" apply false
|
|
id("org.jetbrains.kotlin.android") version "2.0.21" apply false
|
|
id("org.jetbrains.kotlin.plugin.compose") version "2.0.21" apply false
|
|
}
|