<EasyPermissions problem with requestPermissions A...
# stackoverflow
r
EasyPermissions problem with requestPermissions Android/Kotlin I have error with EasyPermissions.requestPermissions Thats my error: "None of the following functions can be called with the arguments supplied: public open fun requestPermissions(host: Activity, rationale: String, requestCode: Int, vararg perms: String!): Unit defined in pub.devrel.easypermissions.EasyPermissions public open fun requestPermissions(host: Fragment, rationale: String, requestCode: Int, vararg perms: String!): Unit defined in pub.devrel.easypermissions.EasyPermissions"...