• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. A

    Classifier 'AuthResult' does not have a companion object, and thus must be initialized here

    Hello All, I am facing a bit of a problem on kotlin android. I have a problem in which this warning come up : Classifier 'AuthResult' does not have a companion object, and thus must be initialized here, when I Build-> Make Project. I have placed initialization of uAuth already before function...