Similar to #18. As per pigeon example, wakelock_plus uses the default Kotlin output file name Messages.g.kt. This can, however, result in compile errors when an app depends on wakelock_plus and another library generated using pigeon. In such cases, compilation is not possible with the error Type Messages_gKt is defined multiple times.
Similar to #18. As per pigeon example, wakelock_plus uses the default Kotlin output file name
Messages.g.kt
. This can, however, result in compile errors when an app depends on wakelock_plus and another library generated using pigeon. In such cases, compilation is not possible with the errorType Messages_gKt is defined multiple times
.