Kris Wong
07/31/2019, 4:19 PMThomas
07/31/2019, 5:08 PM@Suppress("CONFLICTING_OVERLOADS")
to the classTo override different methods with clashing Kotlin signatures, you can add a @Suppress("CONFLICTING_OVERLOADS") annotation to the class.
Kris Wong
07/31/2019, 5:34 PMThomas
07/31/2019, 5:36 PMKris Wong
07/31/2019, 5:37 PMThomas
07/31/2019, 5:47 PMKris Wong
07/31/2019, 5:48 PMsvyatoslav.scherbina
08/01/2019, 8:06 AM