Skip to content

sgpublic/lombok-plugin-repository

Repository files navigation

lombok-plugin

This is a repository for Lombok plugin incompatibility issues with Android Studio.

PS: If your Android Studio version is 4.2.2 (202.*) and below, you can directly use the version downloaded from the plugin store. This repository is only available for versions after Android Studio 2020.3.1 (203.*).

How to use

Plugin repository (Recommend)

  1. Go to File -> Settings -> Plugins, click the settings gear icon to the right of Install.
  2. Select Manage Plugin repositories....
  3. Add https://github.com/sgpublic/lombok-plugin-action/releases/download/plugin-repository/plugin-repository to list.
  4. Search Lombok in Marketplace and install, enjoy!

Manual installation

  1. Go to the release page of this repository to find the version suitable for the Android Studio you are using, and download lombok-xxxx.x.x.tar.gz in the resources.
  2. Go to File -> Settings -> Plugins, click the settings gear icon to the right of Install.
  3. Select Install Plugin from Disk....
  4. Select the downloaded zip file and click OK.
  5. Lombok is successfully installed, enjoy!