Initial commit

(Multiplatform project template)
This commit is contained in:
Christian Basler
2024-04-29 17:14:43 +02:00
commit 1b9c8633c9
38 changed files with 949 additions and 0 deletions

18
.fleet/receipt.json Normal file
View File

@@ -0,0 +1,18 @@
{
"spec": {
"template_id": "kmt",
"targets": {
"android": {
"ui": [
"compose"
]
},
"desktop": {
"ui": [
"compose"
]
}
}
},
"timestamp": "2024-04-29T06:04:57.807358293Z"
}