Skip to content

Commit 02c190e

Browse files
committed
#54 downgrade xcode, update lib version, added .kotlin in ignore
1 parent 88f1c48 commit 02c190e

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/compilation-check.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
uses: actions/setup-java@v1
1717
with:
1818
java-version: 11
19+
- name: Set Xcode version to 15.3
20+
uses: maxim-lobanov/setup-xcode@v1
21+
with:
22+
xcode-version: '15.3'
23+
- name: Print Xcode version
24+
run: xcodebuild -version
1925
- name: Check build
2026
run: ./gradlew build publishToMavenLocal syncMultiPlatformLibraryDebugFrameworkIosX64
2127
- name: Install pods

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.gradle
2+
.kotlin
23
.settings
34
.project
45
.classpath

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ coroutinesVersion = "1.6.4"
1313
mokoResourcesVersion = "0.21.2"
1414
mokoMvvmVersion = "0.16.0"
1515
mokoTestVersion = "0.6.1"
16-
mokoFieldsVersion = "0.12.0"
16+
mokoFieldsVersion = "0.13.0"
1717

1818
[libraries]
1919
# android

0 commit comments

Comments
 (0)