Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .fleet/receipt.json

This file was deleted.

3 changes: 3 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Kotlin Multiplatform app template

This is a basic Kotlin Multiplatform app template for Android and iOS. It includes shared business logic and data handling, and a shared UI implementation using Compose Multiplatform.
2 changes: 2 additions & 0 deletions .github/workflows/template-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Cleanup
run: |
mv .github/README.md README.md
rm LICENSE
rm -rf .github

- name: Commit files
Expand Down