Commit 1797fba
authored
Migrate to kmp (#56)
* Create kmp structure project
* Update agp to 8.8.2
* Fix shared module namespace
* Fix detekt issues
* Migrate whole project to KMP (android, iOS, wasmJs, desktop)
* Refactor adaptive implementation by multiplatform api (window size class)
* Refactor wasm-js
* Update gitignore
* Add yarn.lock file
* Update libraries and fix run problems
* Remove depends on in shared gradle module
* Fix android platform tests
* Remove un-used suppress
* Update github actions
* Remove swift install
* Merge all github action configs
* Fix iOS tests run
* Fix relative path issue
* Change schema of xcode build
* Add xcode version
* Specify xcode version
* Revert iOS build scheme to Requestify
* Add log for schemas
* Change schema to iosApp
* Change device for iosRun
* Add kotlin kmp pre-build
* Add a dummy to check ci
* Change iOS gradle dependency
* Revert "Remove depends on in shared gradle"
* Remove ios-test job1 parent 96ba19a commit 1797fba
138 files changed
Lines changed: 5547 additions & 418 deletions
File tree
- .github/workflows
- .kotlin/metadata/kotlinTransformedMetadataLibraries
- androidApp
- src
- androidTest/java/me/nasrabadiam/tictactoe
- game
- home
- main
- java/me/nasrabadiam/tictactoe
- res
- drawable-v24
- drawable
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values
- xml
- test/java/me/nasrabadiam/tictactoe/utils
- app/src/main/java/me/nasrabadiam/tictactoe
- game
- model
- ui
- ui
- theme
- gradle
- wrapper
- iosApp
- iosApp.xcodeproj
- project.xcworkspace
- xcuserdata/ali.xcuserdatad
- xcuserdata/ali.xcuserdatad/xcschemes
- iosAppTests
- iosAppUITests
- iosApp
- Assets.xcassets
- AccentColor.colorset
- AppIcon.appiconset
- Preview Content/Preview Assets.xcassets
- kotlin-js-store
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
File renamed without changes.
Lines changed: 5 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
45 | | - | |
46 | | - | |
| 44 | + | |
| 45 | + | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
| 48 | + | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 67 | + | |
75 | 68 | | |
76 | | - | |
77 | | - | |
78 | 69 | | |
79 | 70 | | |
80 | 71 | | |
| |||
89 | 80 | | |
90 | 81 | | |
91 | 82 | | |
92 | | - | |
93 | 83 | | |
94 | 84 | | |
File renamed without changes.
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | | - | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
25 | | - | |
| 22 | + | |
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
| |||
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
37 | | - | |
| 34 | + | |
38 | 35 | | |
39 | 36 | | |
40 | 37 | | |
0 commit comments