Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
converted InteropEventEmitter java file to kotlin (#38144)
Summary: Helping in [Kotlin-ify React Native tests](#37708), Converted [react/fabric/interop/InteropEventEmitterTest.java](https://github.com/facebook/react-native/tree/main/packages/react-native/ReactAndroid/src/test/java/com/facebook/react/fabric/interop/InteropEventEmitterTest.java) to kotlin file ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [INTERNAL] [CHANGED] - `InteropEventEmitterTest.java` file migrated from java to kotlin Pull Request resolved: #38144 Test Plan: Tests should pass ``` ./gradlew :packages:react-native:ReactAndroid:test ``` Reviewed By: NickGerleman Differential Revision: D47165007 Pulled By: mdvacca fbshipit-source-id: 459b0867810eb1b782eea354d74152306b9546ff
- Loading branch information