-
-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Description
As explained in this article Gradle 3.4 introduced new Java Library plugin configurations.
The known compile
is deprecated in favor of new techniques.
Currently (with tns-android: "4.0.0-rc-2018.4.2.1"
) dependencies in gradle are added via compile
Feature request: to support implementation
, api
, etc.
Reported via t.1160649
Demo application here using this gradle configuration