orhanobut / hawk

✔️ Secure, simple key-value storage for Android
Apache License 2.0
3.98k stars 388 forks source link

Classifier 'Hawk' does not have a companion object, and thus must be initialized here #243

Open iranandroid opened 3 years ago

iranandroid commented 3 years ago

Hi I new in kotlin and when use Hawk.get(key), get error below: Classifier 'Hawk' does not have a companion object, and thus must be initialized here

please help me