play-with-kotlin/settings.gradle.kts

14 lines
389 B
Plaintext
Raw Normal View History

2021-05-24 09:21:41 +07:00
/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
*
* Detailed information about configuring a multi-project build in Gradle can be found
* in the user manual at https://docs.gradle.org/7.0/userguide/multi_project_builds.html
*/
rootProject.name = "play-with-kotlin"
include (
"module1"
)