twigs/settings.gradle

10 lines
134 B
Groovy
Raw Permalink Normal View History

/*
* This file was generated by the Gradle 'init' task.
*/
2020-05-14 02:24:51 +00:00
rootProject.name = 'twigs'
2023-08-06 02:59:27 +00:00
include ':api'
include 'app'
include 'core'