Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 kotlin 的新手,在构建项目中逐步在 android 中安装 kotlin 时,我得到了这个错误,搜索了很多关于如何解决这个问题的问题,但没有解决任何解决方案,比如使缓存/重置无效,请帮助我
加kotlin-reflect你build.gradle:
kotlin-reflect
build.gradle
compile group: 'org.jetbrains.kotlin', name: 'kotlin-reflect', version: '1.2.61'