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
  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2. plugins {
  3. alias(libs.plugins.android.application) apply false
  4. alias(libs.plugins.kotlin.compose) apply false
  5. alias(libs.plugins.google.devtools.ksp) apply false
  6. alias(libs.plugins.jetbrains.kotlin.plugin.serialization) apply false
  7. }