【发布时间】:2023-03-21 21:16:02
【问题描述】:
我在 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'
如果有人可以帮助我,我将不胜感激。
【问题讨论】:
标签: flutter kotlin flutter-dependencies kotlin-gradle-plugin