From f84471f0f93c74edc5f8ade3c26bc382c7ca1234 Mon Sep 17 00:00:00 2001 From: Maximillian Leonov <91663102+MaximillianLeonov@users.noreply.github.com> Date: Mon, 3 Oct 2022 22:41:58 +0400 Subject: [PATCH] Remove type-safe project accessors feature preview --- build-logic/settings.gradle.kts | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-logic/settings.gradle.kts b/build-logic/settings.gradle.kts index e0e373ae6..de9224e22 100644 --- a/build-logic/settings.gradle.kts +++ b/build-logic/settings.gradle.kts @@ -14,8 +14,6 @@ * limitations under the License. */ -enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") - dependencyResolutionManagement { repositories { google()