phldavies
03/19/2020, 11:29 AMoverride fun locationManager(manager: CLLocationManager, didEnterRegion: CLRegion)
override fun locationManager(manager: CLLocationManager, didExitRegion: CLRegion)
override fun locationManager(manager: CLLocationManager, didStartMonitoringForRegion: CLRegion)
ribesg
03/19/2020, 11:38 AMThomas
03/19/2020, 11:44 AM@Suppress("CONFLICTING_OVERLOADS")
to your class and it will work. It should be documented somewhere as well.phldavies
03/19/2020, 11:49 AMribesg
03/19/2020, 11:50 AMlouiscad
03/19/2020, 3:52 PMribesg
03/25/2020, 1:16 PMThomas
03/27/2020, 8:46 PMphldavies
04/01/2020, 10:22 AMBoolean
) and suppressing the conflicting overloads?ribesg
04/01/2020, 10:34 AMCONFLICTING_OVERLOADS
? Is there a list somewhere?RETURN_TYPE_MISMATCH_ON_OVERRIDE
https://github.com/JetBrains/kotlin/blob/master/idea/idea-analysis/src/org/jetbrains/kotlin/idea/highlighter/IdeErrorMessages.java