Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Upgrade gradle and kotlin #14

Merged
merged 1 commit into from
Jul 8, 2019
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
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import org.jetbrains.kotlin.konan.target.HostManager

val coroutinesVersion by extra("1.2.2")
val dokkaVersion by extra("0.9.18")
val kotlinVersion by extra("1.3.40")
val kotlinVersion by extra("1.3.41")
val statelyVersion by extra("0.7.3")

plugins {
kotlin("multiplatform") version "1.3.40"
kotlin("multiplatform") version "1.3.41"
id("org.jetbrains.dokka") version "0.9.18"
id("maven-publish")
id("signing")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5-all.zip