Skip to content

Commit

Permalink
Updated Kotlin to 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov committed Nov 17, 2023
1 parent ed6464d commit e8b1e3a
Show file tree
Hide file tree
Showing 24 changed files with 701 additions and 234 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
macos-build:
name: Build on macOS
runs-on: macos-11
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
18 changes: 18 additions & 0 deletions app-ios-compose/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
DerivedData/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
*.moved-aside
*.xccheckout
*.xcscmblueprint
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
Pods
Loading

0 comments on commit e8b1e3a

Please # to comment.