When Using Gradle 'java-library' The Classes In The Library Cannot Be Referenced
After upgrading to Android Studio 3.0 I also use the new android gradle plugin com.android.tools.build:gradle:3.0.0-alpha1 and I want to use the java-library gradle plugin (instead
Solution 1:
It was a gradle-problem. Updating the gradle-wrapper to 4.0-milestone-2
fixed the issue
- working tag android-studio3-test/java-library-plugin-OK
- changes
Post a Comment for "When Using Gradle 'java-library' The Classes In The Library Cannot Be Referenced"