Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

[Deprecated]Compat with Android Studio project

Compare
Choose a tag to compare
@DevDengChao DevDengChao released this 25 Apr 16:33
· 18 commits to master since this release

Deprecated use v2.2 instead

Fix AbstractMethodException caused by Intellij Platform UI Resource Release: default interface is Java 8's feature.
Fix NullPointerException caused by locate root dir logic, I used to locate myCurrentDir to projectRoot/src , but in Android Studio, it should be projectRoot/anyModel/src/main/java .
Fix Contract modifier lose cause by merge, maybe, anyway I just force the generated Contract to be a public interface.