compileDebugUnitTestKotlin FAILED with the command ./gradlew build
gspeiliu opened this issue · 0 comments
gspeiliu commented
你正在使用哪个版本?
v0.9.2
Gradle 4.10.1
使用最新版本是否还遇到同样的问题?
是
你遇到了什么问题?
在根目录下使用./gradlew build 构建出现错误,如下:
Task :app:compileDebugUnitTestKotlin FAILED
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':app:compileDebugUnitTestKotlin'.
Compilation error. See log for more details
你遇到的问题可以用固定步骤重现吗?
git clone ...
git checkout v0.9.2
./gradlew build
然后出现上述错误
谢谢~~ :-)