Having a bit of a problem with a tutorial.
Getting errors
• Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:<br/>public operator fun <T, R> DeepRecursiveFunction<TypeVariable(T), TypeVariable(R)>.invoke(value: TypeVariable(T)): TypeVariable(R) defined in kotlin
• Unresolved reference: title
j
Juliane Lehmann
09/07/2022, 3:34 PM
Which kind of Button are you importing?
b
Ben Edwards
09/08/2022, 12:47 PM
@Juliane Lehmann
Copy code
import android.widget.Button
Ben Edwards
09/13/2022, 12:02 PM
Thanks, yes having different imports for Button was what through me but got it working