enighma
07/03/2023, 6:12 PMSOLVED!Solution Added to my buildSrc gradle file:
kotlin {
jvmToolchain(17)
}
I'm guessing I either need to download 20. 17 works fine for my use-case
Question
I just updated to Hedgehog Canary 10, which requires AGP 8.2.0-alpha10
, but I'm getting an error that ends with Unknown Kotlin JVM target: 20
Is this a known issue?
I can see it's related to my buildsrc library.Chris Sinco [G]
07/03/2023, 6:16 PMenighma
07/03/2023, 6:17 PMenighma
07/03/2023, 6:19 PMChris Sinco [G]
07/03/2023, 6:24 PMenighma
07/03/2023, 6:25 PM