Skip to content

Commit

Permalink
Update ktfmt component on FBS:master
Browse files Browse the repository at this point in the history
Differential Revision: D52529945

fbshipit-source-id: b43fc3e4cf207a63232b41b3e7b790ab9ef66880
  • Loading branch information
cgrushko authored and facebook-github-bot committed Jan 4, 2024
1 parent e4708d6 commit b1590a2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/

@file:Suppress("DEPRECATION") // Suppressing as we want to test RCTEventEmitter here

package com.facebook.react

import android.app.Activity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/

@file:Suppress("DEPRECATION") // Suppressing as we want to test RCTEventEmitter here

package com.facebook.react.animated

import android.annotation.SuppressLint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/

@file:Suppress("DEPRECATION") // Suppressing as we want to fake a RCTEventEmitter here

package com.facebook.react.bridge.interop

import com.facebook.react.bridge.WritableArray
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

@file:Suppress(
"DEPRECATION") // Suppressing as we want to test specifically with RCTEventEmitter here

package com.facebook.react.bridge.interop

import com.facebook.react.config.ReactFeatureFlags
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/

@file:Suppress("DEPRECATION") // Suppressing as RCTEventEmitter is part of the API

package com.facebook.testutils.fakes

import com.facebook.react.uimanager.events.BatchEventDispatchedListener
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/

@file:Suppress("DEPRECATION") // As we want to test RCTEventEmitter here

package com.facebook.react.uiapp.component

import android.graphics.Color
Expand Down

0 comments on commit b1590a2

Please sign in to comment.