Skip to content

Commit f6b8f83

Browse files
committedJun 21, 2024
Initial commit
0 parents  commit f6b8f83

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1480
-0
lines changed
 

‎.fleet/receipt.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
// Project generated by Kotlin Multiplatform Wizard
2+
{
3+
"spec": {
4+
"template_id": "kmt",
5+
"targets": {
6+
"android": {
7+
"ui": [
8+
"compose"
9+
]
10+
},
11+
"ios": {
12+
"ui": [
13+
"compose"
14+
]
15+
},
16+
"desktop": {
17+
"ui": [
18+
"compose"
19+
]
20+
}
21+
}
22+
},
23+
"timestamp": "2024-06-21T12:02:36.602872942Z"
24+
}

‎.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
*.iml
2+
.kotlin
3+
.gradle
4+
**/build/
5+
xcuserdata
6+
!src/**/build/
7+
local.properties
8+
.idea
9+
.DS_Store
10+
captures
11+
.externalNativeBuild
12+
.cxx
13+
*.xcodeproj/*
14+
!*.xcodeproj/project.pbxproj
15+
!*.xcodeproj/xcshareddata/
16+
!*.xcodeproj/project.xcworkspace/
17+
!*.xcworkspace/contents.xcworkspacedata
18+
**/xcshareddata/WorkspaceSettings.xcsettings

0 commit comments

Comments
 (0)
Please sign in to comment.