您当前的位置: 首页 >  ar

蓝不蓝编程

暂无认证

  • 0浏览

    0关注

    706博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

AS报错:Cannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM

蓝不蓝编程 发布时间:2020-02-11 14:11:56 ,浏览量:0

报错
Cannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target 1.6. Please specify proper '-jvm-target' option
解决方案

修改build.gradle文件,在android节点下增加如下kotlinOptions.

kotlinOptions{
    jvmTarget = JavaVersion.VERSION_1_8
}
关注
打赏
1639405877
查看更多评论
立即登录/注册

微信扫码登录

0.0846s