https://kotlinlang.org logo
l

Lilly

01/31/2021, 1:10 AM
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

Zach Klippenstein (he/him) [MOD]

01/31/2021, 7:18 AM
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

Lilly

01/31/2021, 5:55 PM
@Zach Klippenstein (he/him) [MOD] ok thanks, I will downgrade
5 Views