Browse Source

Temporarily switch off web widgets

with_mpp_example
Shagen Ogandzhanian 3 years ago
parent
commit
2078324b1d
  1. 4
      web/settings.gradle.kts

4
web/settings.gradle.kts

@ -64,9 +64,9 @@ fun module(name: String, path: String) {
module(":web-core", "core") module(":web-core", "core")
module(":web-svg", "svg") module(":web-svg", "svg")
module(":web-widgets", "widgets") //module(":web-widgets", "widgets")
//module(":web-integration-widgets", "integration-widgets")
module(":web-integration-core", "integration-core") module(":web-integration-core", "integration-core")
module(":web-integration-widgets", "integration-widgets")
module(":compose-compiler-integration", "compose-compiler-integration") module(":compose-compiler-integration", "compose-compiler-integration")
module(":internal-web-core-runtime", "internal-web-core-runtime") module(":internal-web-core-runtime", "internal-web-core-runtime")
module(":test-utils", "test-utils") module(":test-utils", "test-utils")

Loading…
Cancel
Save