Prashant Singh

Results 23 issues of Prashant Singh

## Summary At navigation drawer, The menu option of Report a Bug is missing .. ## Steps to reproduce Creating a menu option for report a bug at navigation drawer....

classpath "io.qameta.allure:allure-gradle-plugin:2.11.2" that plugin not works it showing A problem occurred configuring root project > Could not resolve all artifacts for configuration ':classpath'. > Could not find io.qameta.allure:allure-gradle-plugin:2.11.2. Searched in...

``` class CentrifugeHelper( private val serverUrl: String, private val token: String ) { private var client: Client? = null private var subscription: Subscription? = null fun connect( channel: String, mode:...