https://kotlinlang.org logo
Title
u

user

07/12/2022, 11:31 AM
How do I solve Overload resolution ambiguity. All these functions match Please, I'm new to kotlin how do I solve this? ivProfileUserImage!!.setOnClickListener { if(ContextCompat.checkSelfPermission(this, Manifest.permission.READ_EXTERNAL_STORAGE) == PackageManager.PERMISSION_GRANTED){ //showImageChooser() }else{ ActivityCompat.requestPermissions(this, arrayOf(Manifest.permission.READ_EXTERNAL_STORAGE), READ_STORAGE_PERMISSION_CODE) } }