https://github.com/sunzxyong/external-plugin-support
The IDEA plugin to show the source code [Groovy、Java、Class] for Android Gradle Plugin and Custom Gradle Plugin. Such as External Libraries.(一个用于显示Gradle Plugin源码树的IDEA插件,类似External Libraries)
https://github.com/sunzxyong/external-plugin-support
android buildscript buildscript-dependency classpath gradle-plugin idea-plugin
Last synced: 7 months ago
JSON representation
The IDEA plugin to show the source code [Groovy、Java、Class] for Android Gradle Plugin and Custom Gradle Plugin. Such as External Libraries.(一个用于显示Gradle Plugin源码树的IDEA插件,类似External Libraries)
- Host: GitHub
- URL: https://github.com/sunzxyong/external-plugin-support
- Owner: Sunzxyong
- License: apache-2.0
- Created: 2018-07-02T10:45:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T06:24:06.000Z (almost 7 years ago)
- Last Synced: 2025-04-06T09:47:04.160Z (9 months ago)
- Topics: android, buildscript, buildscript-dependency, classpath, gradle-plugin, idea-plugin
- Homepage:
- Size: 653 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **External Plugin Support**
The IDEA plugin to show the source code [Groovy、Java、Class] for Android Gradle Plugin and Custom Gradle Plugin. Such as External Libraries.
[https://plugins.jetbrains.com/plugin/10900-android-external-plugin-support](https://plugins.jetbrains.com/plugin/10900-android-external-plugin-support)

## **Install**
### **1、Network**
> Search name "Android External Plugin Support".
### **2、Local**
> Download the plugins in the `/libs` directory.
## **Support**
* **Android Studio 3.1.0+.**
## **About**
* **Blog**:[https://zhengxiaoyong.com](https://zhengxiaoyong.com)
* **Wechat**:

# **LICENSE**
>
> Apache License
>
> Version 2.0, January 2004
> http://www.apache.org/licenses/
>
> Copyright 2018 郑晓勇
>
> 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.