From 6c2457240bb1fb50ab5dbeecc738bc245768d3d6 Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Wed, 28 Oct 2020 11:05:15 +0300 Subject: [PATCH] Multiplatform template in IDEA / Android Studio. Add comment about issue --- examples/imageviewer/desktop/build.gradle.kts | 2 +- examples/issues/desktop/build.gradle.kts | 2 +- examples/todoapp/desktop/build.gradle.kts | 2 +- templates/multiplatform-template/desktop/build.gradle.kts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/imageviewer/desktop/build.gradle.kts b/examples/imageviewer/desktop/build.gradle.kts index c54d966bac..1c0eb81892 100755 --- a/examples/imageviewer/desktop/build.gradle.kts +++ b/examples/imageviewer/desktop/build.gradle.kts @@ -1,7 +1,7 @@ import org.jetbrains.compose.compose plugins { - kotlin("multiplatform") + kotlin("multiplatform") // kotlin("jvm") doesn't work well in IDEA/AndroidStudio (https://github.com/JetBrains/compose-jb/issues/22) id("org.jetbrains.compose") java application diff --git a/examples/issues/desktop/build.gradle.kts b/examples/issues/desktop/build.gradle.kts index efe8934931..4a433dfef8 100644 --- a/examples/issues/desktop/build.gradle.kts +++ b/examples/issues/desktop/build.gradle.kts @@ -1,7 +1,7 @@ import org.jetbrains.compose.compose plugins { - kotlin("multiplatform") + kotlin("multiplatform") // kotlin("jvm") doesn't work well in IDEA/AndroidStudio (https://github.com/JetBrains/compose-jb/issues/22) id("org.jetbrains.compose") java application diff --git a/examples/todoapp/desktop/build.gradle.kts b/examples/todoapp/desktop/build.gradle.kts index 7075afcf1d..0ea31179d7 100755 --- a/examples/todoapp/desktop/build.gradle.kts +++ b/examples/todoapp/desktop/build.gradle.kts @@ -1,7 +1,7 @@ import org.jetbrains.compose.compose plugins { - kotlin("multiplatform") + kotlin("multiplatform") // kotlin("jvm") doesn't work well in IDEA/AndroidStudio (https://github.com/JetBrains/compose-jb/issues/22) id("org.jetbrains.compose") java application diff --git a/templates/multiplatform-template/desktop/build.gradle.kts b/templates/multiplatform-template/desktop/build.gradle.kts index 94c9483714..eaa9f9e584 100644 --- a/templates/multiplatform-template/desktop/build.gradle.kts +++ b/templates/multiplatform-template/desktop/build.gradle.kts @@ -1,7 +1,7 @@ import org.jetbrains.compose.compose plugins { - kotlin("multiplatform") + kotlin("multiplatform") // kotlin("jvm") doesn't work well in IDEA/AndroidStudio (https://github.com/JetBrains/compose-jb/issues/22) id("org.jetbrains.compose") java application