https://kotlinlang.org logo
Title
k

Kris Wong

03/04/2020, 6:52 PM
i see it's been a year since the last release. is this project dead?
o

oleksiyp

03/04/2020, 6:52 PM
Kind of. I am very swamped at work
But running from IDEA should work
Do you have very recent one?
k

Kris Wong

03/04/2020, 6:58 PM
yes, I keep up to date with the latest
o

oleksiyp

03/04/2020, 6:59 PM
I doubt it is global issue
k

Kris Wong

03/04/2020, 6:59 PM
perhaps it only applies to KMP
o

oleksiyp

03/04/2020, 6:59 PM
Mockk is very popular 1M downlads per month
k

Kris Wong

03/04/2020, 6:59 PM
not sure why that would matter
o

oleksiyp

03/04/2020, 7:00 PM
If such thing happens should be a lot of gh issues
Rather try to clear cache and reindex
I know this helped few times
For Android studio
Also seems your Java home doesnt point to correct java location
k

Kris Wong

03/04/2020, 7:07 PM
i am able to workaround the issue using:
configurations.all {
    resolutionStrategy {
        force "net.bytebuddy:byte-buddy:1.10.8"
        force "net.bytebuddy:byte-buddy-agent:1.10.8"
    }
}
o

oleksiyp

03/04/2020, 7:09 PM
I see
j

John Gainfort

03/05/2020, 9:14 PM
I have confirmed this fixed it for me as well! Thank you!