6a53f87e03
Sets up monorepo with Wails desktop shell, Go backend, React/TS frontend, and Kotlin Android SDK skeleton. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 lines
137 B
Kotlin
5 lines
137 B
Kotlin
plugins {
|
|
id("com.android.library") version "8.7.0" apply false
|
|
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
|
|
}
|