Skip to content

Commit 49f2cac

Browse files
committedJun 15, 2024
Migrate the whole project to KMP
This will allow the app to be used on more platforms than just Android. For now it works on iOS, Windows, MacOS and Linux. The publishing flow for these platforms will be added later, for now it will still be published for Android only. There's a known issue with the BottomSheet not working at the moment, but this will be fixed as a follow up.
1 parent 8206600 commit 49f2cac

File tree

133 files changed

+2676
-1705
lines changed

Some content is hidden

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

133 files changed

+2676
-1705
lines changed
 

‎.editorconfig

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ trim_trailing_whitespace = true
1414
insert_final_newline = true
1515
ij_kotlin_allow_trailing_comma = true
1616
ij_kotlin_allow_trailing_comma_on_call_site = true
17+
ij_kotlin_name_count_to_use_star_import = 500
18+
ij_kotlin_name_count_to_use_star_import_for_members = 500
1719
ktlint_standard_function-naming = disabled
1820
ktlint_standard_multiple-expession-wrapping = disabled
1921
ktlint_standard_string-template-indent = disabled
2022
compose_disallow_material2 = true
2123
compose_allowed_from_m2 = icons
22-
compose_disallow_unstable_collections = true

‎.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-05-23T18:12:50.594785414Z"
24+
}

0 commit comments

Comments
 (0)