From 2377d7556f8c5d776d346455b5a655f261667b00 Mon Sep 17 00:00:00 2001 From: ibaker Date: Mon, 8 Jul 2024 08:01:24 -0700 Subject: [PATCH] Remove warning about depending on Kotlin std lib We now depend on Kotlin from both `annotation` and `annotation-experimental`, so it's not really possible to avoid depending on it from any module now. PiperOrigin-RevId: 650251094 --- constants.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/constants.gradle b/constants.gradle index 66cc6ee29b..cb5b6e5592 100644 --- a/constants.gradle +++ b/constants.gradle @@ -43,7 +43,6 @@ project.ext { androidxAppCompatVersion = '1.6.1' androidxCollectionVersion = '1.2.0' androidxConstraintLayoutVersion = '2.1.4' - // Updating this to 1.9.0+ will import Kotlin stdlib [internal ref: b/277891049]. androidxCoreVersion = '1.8.0' androidxExifInterfaceVersion = '1.3.6' androidxLifecycleVersion = '2.6.0'