Francis Mariano
07/03/2024, 8:54 PMUnresolved reference 'copy'.
in the code below :
https://play.kotlinlang.org/#eyJ2ZXJzaW9uIjoiMi4wLjAiLCJwbGF0Zm9ybSI6ImphdmEiLCJhcmdzIj[…]50bG4oY2NjMSlcbiAgICAvL3ByaW50bG4oZGRkMSlcbiAgICBcbn0ifQ==Gleb Minaev
07/03/2024, 9:06 PMResult
is not a data class. Thus, it doesn't have a copy
method.Francis Mariano
07/03/2024, 9:15 PMDaniel Pitts
07/04/2024, 12:22 AMFrancis Mariano
07/04/2024, 1:07 PM