Browse Source

Try to pass CI

pull/1844/head
Igor Demin 3 years ago
parent
commit
1d4e1d0234
  1. 2
      compose/buildSrc/src/main/kotlin/ComposePlatforms.kt

2
compose/buildSrc/src/main/kotlin/ComposePlatforms.kt

@ -22,7 +22,7 @@ enum class ComposePlatforms(vararg val alternativeNames: String) {
companion object {
// Temporary, only in release/1.1 branch, to allow build on CI
val ALL = EnumSet.of(
ComposePlatforms.Desktop
ComposePlatforms.Desktop, ComposePlatforms.Js
)
val JVM_BASED = EnumSet.of(

Loading…
Cancel
Save