Browse Source

DEBUG print root dir

samples_against_master
Shagen Ogandzhanian 3 years ago
parent
commit
8323920eec
  1. 1
      web/settings.gradle.kts

1
web/settings.gradle.kts

@ -34,6 +34,7 @@ fun module(name: String, path: String) {
}
println("===================== $rootDir =====================")
module(":web-core", "core")
module(":web-widgets", "widgets")
module(":web-integration-core", "integration-core")

Loading…
Cancel
Save