Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/1.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
shishkin-pavel committed Apr 9, 2024
2 parents 881e16c + 0bcfa4f commit 96f1ceb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ internal object ComposeCompilerCompatibility {
"2.0.0-Beta1" to "1.5.4-dev1-kt2.0.0-Beta1",
"2.0.0-Beta4" to "1.5.9-kt-2.0.0-Beta4",
"2.0.0-Beta5" to "1.5.11-kt-2.0.0-Beta5",
"2.0.0-RC1" to "1.5.11-kt-2.0.0-RC1",
)

fun compilerVersionFor(kotlinVersion: String): String {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ private const val NONE_VALUE = "none"
// https://github.com/JetBrains/compose-multiplatform-core/blob/jb-main/compose/runtime/runtime/build.gradle#L75
private val SUPPORTED_NATIVE_TARGETS = setOf(
// ios
KonanTarget.IOS_ARM32,
KonanTarget.IOS_X64,
KonanTarget.IOS_ARM64,
KonanTarget.IOS_SIMULATOR_ARM64,
Expand All @@ -38,7 +37,6 @@ private val SUPPORTED_NATIVE_TARGETS = setOf(
KonanTarget.WATCHOS_ARM64,
KonanTarget.WATCHOS_ARM32,
KonanTarget.WATCHOS_X64,
KonanTarget.WATCHOS_X86, // it's going to be deprecated, see comments in KonanTarget
KonanTarget.WATCHOS_SIMULATOR_ARM64,
// mingw
KonanTarget.MINGW_X64,
Expand Down

0 comments on commit 96f1ceb

Please sign in to comment.