Cannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM targe...

Cannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target 1.6

解决 :
android {
....
Options {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}

kotlinOptions {
    jvmTarget = "1.8"
}

}

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • This chapter discusses some of the design decisions that ...
    狂风无迹阅读 4,563评论 0 0
  • pyspark.sql模块 模块上下文 Spark SQL和DataFrames的重要类: pyspark.sql...
    mpro阅读 13,147评论 0 13
  • NAME dnsmasq - A lightweight DHCP and caching DNS server....
    ximitc阅读 7,943评论 0 0
  • 扶起一阵清风,吹散漫天的尘埃 卷起一颗露珠,闪耀消逝的光华 惊起一滩鸥鹭,争渡变幻的光影 消逝,复燃;消逝,复燃;...
    霒蚀君_c6d7阅读 1,300评论 0 0
  • 嬉游记之神马笔 近日,PM2.5这个概念在所有小窗提示里显示“空气质量200plus,重...
    素亦曦阅读 2,299评论 0 0