mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 00:57:02 +05:30
Convert settings.gradle to Kotlin and enable Gradle metadata
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
dc12917b66
commit
fa9d964a32
2 changed files with 3 additions and 4 deletions
|
@ -1,4 +0,0 @@
|
||||||
rootProject.name = "lobste.rs"
|
|
||||||
include ':app'
|
|
||||||
include ':lobsters-api'
|
|
||||||
include ':model'
|
|
3
settings.gradle.kts
Normal file
3
settings.gradle.kts
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
rootProject.name = "lobste.rs"
|
||||||
|
include(":app", ":lobsters-api", ":model")
|
||||||
|
enableFeaturePreview("GRADLE_METADATA")
|
Loading…
Add table
Add a link
Reference in a new issue