gdelataillade/alarm

[Android] Kotlin naming conflict is leading to compile errors

Closed this issue · 1 comments

I realized that when doing the Pigeon migration I should have specified a Kotlin package in Pigeon settings. Without this if this plugin is used together with another plugin that uses Pigeon compile time errors will arise.

The fix is simple: add KotlinOptions(package: 'com... at

and refactor Kotlin imports.

Hi @orkun1675, I made this PR #300 to fix this issue. If it looks good to you I'll merge it.