Browse Source

Update build.gradle.kts

Remove outdated comment
pull/1151/head
akurasov 3 years ago committed by GitHub
parent
commit
a64dfe3d31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      templates/multiplatform-template/desktop/build.gradle.kts

4
templates/multiplatform-template/desktop/build.gradle.kts

@ -2,7 +2,7 @@ import org.jetbrains.compose.compose
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
plugins {
kotlin("multiplatform") // kotlin("jvm") doesn't work well in IDEA/AndroidStudio (https://github.com/JetBrains/compose-jb/issues/22)
kotlin("multiplatform")
id("org.jetbrains.compose")
}
@ -30,4 +30,4 @@ compose.desktop {
packageVersion = "1.0.0"
}
}
}
}

Loading…
Cancel
Save