//xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/vibration:vibrationAndroid #43918
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary:
Changelog: [Internal]
Why?
We recommend to use Kotlin for any new code and are actively migrating Java code to Kotlin. This codemod service attempts to migrate existing Java code to Kotlin.
How was this diff generated?
This codemod service scans through qualified paths and looks for Java modules. Then it runs
kotlinator.sh
on each module, which generated this diff.What if I see problems in this diff?
We recommend commandeering and fixing the diff. If you reject or abandon the diff, the codemod service will regenerate it in a few days
scripts/commandeer_and_checkout.sh <DIFF>
. It not only commandeer the diff, but also rebase & open diff in Android Studio.See more useful tips & scripts in Kotlin Auto-Conversion Codemod Wiki
Questions / Comments / Feedback?
Your feedback is important to us! Give feedback about this diff by clicking the "Provide Feedback" button below.
Codemod Metadata
NOTE: You won't need to read this section to review this diff.
https://www.internalfb.com/intern/sandcastle/job/1239558926/
|Oncall|kotlin_in_fb4a|
|CodemodConfig|fbsource/kotlinator.json|
|ConfigType|configerator|
Rules run:
This diff was created with CodemodService.
Reviewed By: javache
Differential Revision: D55725326