提问人:caeus 提问时间:8/15/2023 更新时间:8/15/2023 访问量:12
有没有办法告诉 kotlin 编译器(通过 gradle)在某些包与文件位置不匹配时失败?
Is there a way to tell kotlin compiler (via gradle) to fail when some package isn't matching file location?
问:
我见过很多情况下,我懒惰的同事在不更改包的情况下复制粘贴文件。
Kotlin 对此很酷,唯一发出警告的是 IDE。
有没有办法让编译器在该警告上失败?或者也许......通过 KTLINT?
答: 暂无答案
评论
com.company.product.foo.bar.baz
src/main/kotlin/foo/bar/baz
com.company.product