Can someone help me with this error, after updatin...
# android-studio
l
Can someone help me with this error, after updating to Arctic Fox alpha05 and JvmTarget 11. Edit: I ghet this message only when I set source and targetCompatibility to Version 11:
Copy code
compileOptions {
        sourceCompatibility JavaVersion.VERSION_11
        targetCompatibility JavaVersion.VERSION_11
    }
Shouldn't we do this? 🤔
z
So many people have been reporting issues with alpha05 I think you’re probably better off downgrading. I am not planning to even try it until the next update.
l
@Zach Klippenstein (he/him) [MOD] ok thanks, I will downgrade