settings.gradle.kts 528 B

1234567891011121314
  1. /*
  2. * This file was generated by the Gradle 'init' task.
  3. *
  4. * The settings file is used to specify which projects to include in your build.
  5. * For more detailed information on multi-project builds, please refer to https://docs.gradle.org/8.4/userguide/building_swift_projects.html in the Gradle documentation.
  6. */
  7. plugins {
  8. // Apply the foojay-resolver plugin to allow automatic download of JDKs
  9. id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
  10. }
  11. rootProject.name = "gradleLearn"
  12. include("app")