This repository was archived by the owner on Feb 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 branches :
99 - master
1010
11-
1211jobs :
1312 build :
1413 strategy :
1514 matrix :
16- os : [macOS-latest , windows-latest, ubuntu-latest]
15+ os : [macOS-11 , windows-latest, ubuntu-latest]
1716 runs-on : ${{matrix.os}}
1817 steps :
1918 - name : Checkout the repo
3938
4039env :
4140 GRADLE_OPTS : -Dorg.gradle.jvmargs="-Xmx3g"
41+ DEVELOPER_DIR : /Applications/Xcode_12.5.1.app/Contents/Developer
Original file line number Diff line number Diff line change 66 build :
77 strategy :
88 matrix :
9- os : [macOS-latest , windows-latest, ubuntu-latest]
9+ os : [macOS-11 , windows-latest, ubuntu-latest]
1010 runs-on : ${{matrix.os}}
1111 steps :
1212 - name : Checkout the repo
3737 SIGNING_KEYID : ${{ secrets.SIGNING_KEYID }}
3838 SIGNING_PASSWORD : ${{ secrets.SIGNING_PASSWORD }}
3939 SIGNING_KEY : ${{ secrets.SIGNING_KEY }}
40+ DEVELOPER_DIR : /Applications/Xcode_12.5.1.app/Contents/Developer
4041
4142 - name : Publish Linux Artifacts
4243 if : matrix.os == 'ubuntu-latest'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ val coroutinesVersion = "1.5.2"
77val atomicfuVersion = " 0.16.3"
88
99plugins {
10- kotlin(" multiplatform" ) version " 1.5.30 "
10+ kotlin(" multiplatform" ) version " 1.6.0 "
1111 id(" org.jetbrains.dokka" ) version " 0.10.0"
1212 id(" maven-publish" )
1313 id(" signing" )
Original file line number Diff line number Diff line change 1- VERSION =0.7.2
1+ VERSION =0.8.0
22
33kotlin.mpp.enableGranularSourceSetsMetadata =true
44kotlin.mpp.enableCompatibilityMetadataVariant =true
You can’t perform that action at this time.
0 commit comments