编译不了怎么回事?
ERROR: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher. The following dependencies do not satisfy the required version: root project 'HardwareVideoCodec' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.30 Affected Modules: codec
WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'. It will be removed at the end of 2019. For more information, see https://d.android.com/r/tools/task-configuration-avoidance. To determine what is calling variant.getJavaCompile(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information. Affected Modules: codec
这个项目使用kotlin实现,请检查Android Studio的Kotlin插件版本