我在 android studio 中创建了一个新的颤振项目,然后“打开项目”它的 android 部分,我在 MainActivity.kt 中遇到了一个错误,但是它成功构建了。
我的班级路径是:
最后我的依赖是:
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.70"
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
如果有人可以帮助我,我将不胜感激。