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
This commit is contained in:
ibaker 2024-07-08 08:01:24 -07:00 committed by Copybara-Service
parent 91633e6ae3
commit 2377d7556f

View File

@ -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'