[Android] Kotlin naming conflict is leading to compile errors
Closed this issue · 1 comments
orkun1675 commented
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
Line 13 in c62bcfd
gdelataillade commented
Hi @orkun1675, I made this PR #300 to fix this issue. If it looks good to you I'll merge it.