Skip to content

Commit d04145d

Browse files
authored
Merge pull request #5 from kgbier/tech/bump-kotlin
Bump kotlin and yarn lock
2 parents 606a5a8 + cbef2dd commit d04145d

File tree

2 files changed

+330
-459
lines changed

2 files changed

+330
-459
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
plugins {
22
// Apply the Kotlin JVM plugin to add support for Kotlin
3-
kotlin("multiplatform") version "1.7.0"
3+
kotlin("multiplatform") version "1.7.10"
44
}
55

66
repositories {
7-
jcenter()
7+
mavenCentral()
88
}
99

1010
kotlin {

0 commit comments

Comments
 (0)