madeye 修正 meow-android 的 Kotlin 路径冲突并保留原作者

madeye 说明 meow-android 的分支基于旧版 Compose 主分支,文件误放在多一个字母的包路径下会导致 Kotlin 重复声明;他在当前 main 上重建提交、保留原作者,并通过 Android lint 与单元测试。

作者原文

Maintainer edit: same issue as #71 — the branch was cut from a pre-Compose main and the file was added under io/github/madeeye/… (extra e) next to the existing io/github/madeye/… copy, which would fail with a Kotlin redeclaration error. Rebuilt the commit on current main at the correct path, authorship preserved; the effective diff is just the two @Volatile lines. Android lint and unit tests pass locally.