ank icon indicating copy to clipboard operation
ank copied to clipboard

[DO NOT MERGE] Import plugin using buildSrc instead of dependency

Open pablisco opened this issue 6 years ago • 1 comments

Loads the plugin through buildSrc instead of using the dependency manually on the gradle script. Left old dependency for reference

pablisco avatar Jun 18 '18 13:06 pablisco

@pakoito I did this on chatkit: https://github.com/pusher/chatkit-android/blob/master/chatkit-core/build.gradle#L16 The gradle settings dynamically loads a separate folder as part of the project: https://github.com/pusher/chatkit-android/blob/master/settings.gradle#L5 It does cause some weirdenings on the project. The IDE gets confused about the dependencies and shows them when opening the imported project. Solved by doing a fresh import and IntelliJ though.

pablisco avatar Jun 18 '18 22:06 pablisco