KaustubhPatange / Moviesy

A beautiful client for YTS website which also provides built-in torrent & subtitles downloader with Chromecast support.
https://kaustubhpatange.github.io/Moviesy
Apache License 2.0
248 stars 36 forks source link

`purchase` module is not included in the source code but referenced in the code #19

Closed donenoyes closed 3 years ago

donenoyes commented 3 years ago

Describe the Bug:

In ModuleDependency.kt, there is const val PURCHASE = ":app:purchase"

But there is not purchase module in the source code.

This purchase module is references in various places example, AutoPurchaseWorker.kt

And therefore throws error while compiling.

Expected Behavior:

Please include the purchase module in the GitHub source code and guide further.

KaustubhPatange commented 3 years ago

You need to read this compilation guide.