Android App um eine LED-Strip zu steuern
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 1234567 |
- // Top-level build file where you can add configuration options common to all sub-projects/modules.
- plugins {
- alias(libs.plugins.android.application) apply false
- alias(libs.plugins.kotlin.compose) apply false
- alias(libs.plugins.google.devtools.ksp) apply false
- alias(libs.plugins.jetbrains.kotlin.plugin.serialization) apply false
- }
|