Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depend upon Kotlin 1.5 #7

Merged
merged 3 commits into from
May 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget
import java.util.Properties

plugins {
kotlin("multiplatform") version "1.4.31"
kotlin("multiplatform") version "1.5.0"
}

val sdkVersion: String by project
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true
sdkVersion=0.3.0-SNAPSHOT

# kotlin
kotlinVersion=1.4.31
coroutinesVersion=1.4.3
kotlinVersion=1.5.0
coroutinesVersion=1.5.0

# testing/utility
junitVersion=5.6.2
ktlintVersion=0.40.0
kotestVersion=4.4.1
kotestVersion=4.6.0

# elasticurl only
kotlinxCliVersion=0.3.2
Expand Down