Skip to content

Bytecode Level

create new module 出现 Bytecode Level

和module的build.gradle

 compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }

欢迎