shuza / kt-jsonq

A simple Kotlin Library to Query over Json Data
34 stars 2 forks source link

have no packageName,can not import #1

Closed Liloupar closed 6 years ago

shuza commented 6 years ago

Its under he root package. Have you added Jetpack to the repositories? maven { url "https://jitpack.io" }

Liloupar commented 6 years ago

yes, i have already added it, but,in android studio 3.1.2 i can not import JsonQ by cmd + enter. it still hint 'unresolved reference JsonQ' thx

shuza commented 6 years ago

I have updated the package. Now it is under com.shuza.jsonq package. There are also few other changes. Please have a look on the updated doc and don't forget to include update version v1.0

Liloupar commented 6 years ago

Thanks for your work, this is super helpful!