Skip to content

IntelliJ IDEA Plugin that convert java file to kotlin file and create pull request on GitHub.

License

Notifications You must be signed in to change notification settings

wada811/kotlinize-pr-plugin

Repository files navigation

Kotlinize PR

Kotlinize PR is IntelliJ IDEA Plugin that convert java file to kotlin file and create pull request on GitHub.

How to use

  1. Click Code menu
  2. Click Kotlinize action
  3. Wait for completing kotlinize
  4. Kotlinize manually and Save file
  5. Click Create Kotlinize PR in Notification
  6. Create PR in Pull Requests
  7. Click Checkout Previous Branch in Notification

How to install

  1. Open Preferences
  2. Select Plugins menu
  3. Select Marketplace tab
  4. Type Kotlinize PR
  5. Select Kotlinize PR
  6. Click Install button
  7. Click Restart IDE button

License

Copyright 2019 wada811

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.