<How do I solve Overload resolution ambiguity. All...
# stackoverflow
u
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) } }