pilgr / Paper

Paper is a fast NoSQL-like storage for Java/Kotlin objects on Android with automatic schema migration support.
Apache License 2.0
2.34k stars 234 forks source link

compile is obsolete, use implementation now #127

Closed ajRiverav closed 5 years ago

ajRiverav commented 6 years ago

image

Akramhussain4 commented 5 years ago

you need to use "implementation" instead of "compile" while adding the dependency in your build.gradle

ajRiverav commented 5 years ago

@Akramhussain4 yes. The instructions state to use compile. Pull Request https://github.com/pilgr/Paper/pull/141 fixes this in the instructions.

ajRiverav commented 5 years ago

141 closes this.