Skip to content

Instantly share code, notes, and snippets.

plugins {
id("com.android.application")
id("org.jetbrains.kotlin.android")
}
android {
namespace = "com.example.smarthome"
compileSdk = 34
defaultConfig {