From aa1dffbb411c7b1177ee986dd8797da5807be25e Mon Sep 17 00:00:00 2001 From: David Vacca Date: Tue, 26 Sep 2023 13:40:57 -0700 Subject: [PATCH] Fix lit warn (#39685) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/39685 Fix lit warn changelog: [internal] internal Reviewed By: javache Differential Revision: D49645243 fbshipit-source-id: 68516bfa5de414dddfba2411889d7485d20804ed --- .../react/common/annotations/DeprecatedInNewArchitecture.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/common/annotations/DeprecatedInNewArchitecture.kt b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/common/annotations/DeprecatedInNewArchitecture.kt index 383cd53a995..1311fc7001a 100644 --- a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/common/annotations/DeprecatedInNewArchitecture.kt +++ b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/common/annotations/DeprecatedInNewArchitecture.kt @@ -13,4 +13,4 @@ package com.facebook.react.common.annotations */ @Retention(AnnotationRetention.SOURCE) @Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION) -annotation class DeprecatedInNewArchitecture() +annotation class DeprecatedInNewArchitecture