gradle: version catalogs are now stable

This commit is contained in:
Harsh Shandilya 2022-02-10 13:06:38 +05:30
parent 5b1cd81649
commit ed30494407
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -19,8 +19,6 @@ rootProject.name = "Claw"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
enableFeaturePreview("VERSION_CATALOGS")
include(":android") include(":android")
include(":api") include(":api")