FastNotes app made in Kotlin

This commit is contained in:
Christopher Sanden
2026-02-28 23:11:51 +01:00
parent 31e8ece40d
commit 820451c7e1
56 changed files with 1499 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
// 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
}