madeye 修正 meow-android 的 Kotlin 路径冲突并保留原作者
madeye 说明 meow-android 的分支基于旧版 Compose 主分支,文件误放在多一个字母的包路径下会导致 Kotlin 重复声明;他在当前 main 上重建提交、保留原作者,并通过 Android lint 与单元测试。
作者原文@madeyeMaintainer edit: same issue as #71 — the branch was cut from a pre-Compose
mainand the file was added underio/github/madeeye/…(extrae) next to the existingio/github/madeye/…copy, which would fail with a Kotlin redeclaration error. Rebuilt the commit on currentmainat the correct path, authorship preserved; the effective diff is just the two@Volatilelines. Android lint and unit tests pass locally.