[Android] Kotlin naming conflict is leading to compile errors #299
Labels
bug
Something isn't working
needs author feedback
Further information or answer is requested by author
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...
atalarm/pigeons/alarm_api.dart
Line 13 in c62bcfd
The text was updated successfully, but these errors were encountered: