Unverified Commit 74aac3fb authored by dima.avdeev's avatar dima.avdeev Committed by GitHub

fix iOS sample (#751)

parent aff3c344
...@@ -10,12 +10,12 @@ buildscript { ...@@ -10,12 +10,12 @@ buildscript {
dependencies { dependencies {
// __KOTLIN_COMPOSE_VERSION__ // __KOTLIN_COMPOSE_VERSION__
classpath(kotlin("gradle-plugin", version = "1.8.0")) classpath(kotlin("gradle-plugin", version = "1.8.20"))
} }
} }
plugins { plugins {
kotlin("multiplatform") version "1.8.0" kotlin("multiplatform") version "1.8.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