Unverified Commit 75c33f3b authored by dima.avdeev's avatar dima.avdeev Committed by GitHub

MPP sample, kotlin 1.7.20 (#631)

parent e06033b0
...@@ -10,12 +10,12 @@ buildscript { ...@@ -10,12 +10,12 @@ buildscript {
dependencies { dependencies {
// __KOTLIN_COMPOSE_VERSION__ // __KOTLIN_COMPOSE_VERSION__
classpath(kotlin("gradle-plugin", version = "1.6.10")) classpath(kotlin("gradle-plugin", version = "1.7.20"))
} }
} }
plugins { plugins {
kotlin("multiplatform") version "1.6.10" kotlin("multiplatform") version "1.7.20"
id("org.jetbrains.gradle.apple.applePlugin") version "222.3345.143-0.16" id("org.jetbrains.gradle.apple.applePlugin") version "222.3345.143-0.16"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment