* What went wrong:
Execution failed for task ':app:compileDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
> Compilation error. See log for more details
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at
https://help.gradle.org.
BUILD FAILED in 2m 42s
Running Gradle task 'assembleDebug'... 163.2s
Error: Gradle task assembleDebug failed with exit code 1
不管使用 java ,或者 kotlin 都是显示失败,然后找不到 aar 依赖。而且在 android studio 打开文件,都是显示 import 找不到的。如何解决。