Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Quick fix for Gradle 5.2 crash #25

Merged
merged 1 commit into from
Feb 11, 2019
Merged

Conversation

tasomaniac
Copy link
Collaborator

Catch Throwable instead of Exception to catch that method is removed. This will at least fix the crash.

The real solution would be to replace JavaReflectionUtil.method with regular reflection.

This change will at least make the plugin compatible for Android Studio 3.3 and Gradle 5.2+

Catch Throwable instead of Exception to catch that `method` is removed. This will at least fix the crash. 

The real solution would be to replace `JavaReflectionUtil.method` with regular reflection.
@fourlastor fourlastor merged commit b7b6f95 into fourlastor:master Feb 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants