Questions tagged «kapt»

7
找不到Gradle DSL方法:“ kapt()”
未找到Gradle DSL方法:'kapt()'可能的原因:项目'jetpacklearn'可能正在使用不包含该方法的Android Gradle插件版本(例如,在1.1.0中添加了'testCompile')。将插件升级到版本3.4.0并同步项目 项目“ jetpacklearn”可能正在使用不包含该方法的Gradle版本。打开Gradle包装器文件 我的gradleVersion为'3.4.0',但无法处理,请问同样的问题 classpath "com.android.tools.build:gradle:$gradleVersion" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigationVersion"
101 android  gradle  kapt 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.