SuddenH4X / awesome-app-rating

An Android library providing a dialog, which asks the user to rate the app or give feedback. You can also use the library to show the Google in-app review easily under certain conditions.
Apache License 2.0
231 stars 39 forks source link

Non-static method 'reset(android.content.Context)' cannot be referenced from a static context #67

Closed harkal18 closed 2 years ago

harkal18 commented 2 years ago

please make the function static

SuddenH4X commented 2 years ago

Hi @harkal18, in Kotlin there is no static function per default. It is possible to bypass this issue with an annotation but that isn't really nice. What is your exact usecase?