Javier
04/08/2021, 12:31 PMvar onTextChanged: ((text: String) -> Unit)? = null
but when I do onTextChanged = { ... }
, there is an inference issue where it detects the String
as Any
. How can I solve this problem?Javier
04/08/2021, 12:32 PMJavier
04/08/2021, 12:40 PMJavier
04/08/2021, 12:48 PM