fix: name findroid and buildSrc modules
This removes a warning during gradle sync
This commit is contained in:
parent
d0f8667bab
commit
f38ecb16e9
2 changed files with 3 additions and 0 deletions
1
buildSrc/settings.gradle.kts
Normal file
1
buildSrc/settings.gradle.kts
Normal file
|
@ -0,0 +1 @@
|
|||
rootProject.name = "buildSrc"
|
|
@ -1,5 +1,7 @@
|
|||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||
|
||||
rootProject.name = "findroid"
|
||||
|
||||
include(":app:phone")
|
||||
include(":app:tv")
|
||||
include(":core")
|
||||
|
|
Loading…
Reference in a new issue