Skip to content

Commit

Permalink
Dependency updates, additional platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
svok committed Jul 3, 2022
1 parent 95ce8ec commit e6bb5d2
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
```
#### **`gradle.properties`**
```properties
kotlinCorVersion=0.3.1+
kotlinCorVersion=0.4.0+
```

## Usage
Expand Down
24 changes: 23 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.crowdproj.kotlin.cor"
version = "0.3.1"
version = "0.4.0"

repositories {
mavenCentral()
Expand All @@ -18,7 +18,29 @@ kotlin {
}
jvm()
linuxX64()
linuxArm64()
linuxArm32Hfp()
linuxMips32()
linuxMipsel32()
ios()
iosX64()
iosArm64()
iosSimulatorArm64()
macosX64()
macosArm64()
tvos()
tvosArm64()
tvosSimulatorArm64()
tvosX64()
watchos()
watchosArm32()
watchosSimulatorArm64()
watchosArm64()
watchosX86()
watchosX64()
wasm()
wasm32()
mingwX86()
mingwX64()

sourceSets {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlinVersion=1.6.21
kotlinVersion=1.7.0

coroutinesVersion=1.6.1-native-mt
coroutinesVersion=1.6.3
# -native-mt
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit e6bb5d2

Please sign in to comment.