aartikov / Alligator

Alligator is Android navigation library that will help to organize your navigation code in clean and testable way.
MIT License
298 stars 17 forks source link

Add "fun" keyword to SAM interface listeners #31

Closed akhbulatov closed 7 months ago

akhbulatov commented 7 months ago

After updating to the latest version (4.4.0, migration to Kotlin), an error appeared in the listeners of lambdas in Kotlin code.

Here is the error: photo_2024-02-04 00 45 55

After fix: photo_2024-02-04 00 45 58

With object: photo_2024-02-04 00 46 00

Java code: photo_2024-02-04 00 46 03

aartikov commented 7 months ago

@akhbulatov, thank you! Merged and released as 4.5.0