Open Doc999tor opened 5 years ago
I'm getting this error too. Latest macOS Catalina 10.15.1 (19B88), java version "1.8.0_101", Gradle 6.0.1.
Did you guys ever figure out the cause or fix? My issue is not related to Prism-Labs, but this is the only thread on the internet I can find with this error.
Could not initialize class org.jetbrains.kotlin.gradle.internal.KotlinSourceSetProviderImplKt
Did someone find a solution to this issue, I'm trying to migrate an old project from android-support to androidx building it using macos
I removed the app and its setting on my user and then re-installed it.
I meet with the same error, anyone found solution?
Gradle 6.4
Build time: 2020-05-05 19:18:55 UTC
Revision: 42f7c3d0c3066b7b38bd0726760d4881e86fd19f
Kotlin: 1.3.71
Groovy: 2.5.10
Ant: Apache Ant(TM) version 1.10.7 compiled on September 1 2019
JVM: 13.0.2 (Oracle Corporation 13.0.2+8)
OS: Mac OS X 10.14.6 x86_64`
I removed the app and its setting on my user and then re-installed it.
Tried this method and no luck lol
Maybe the Gradle version is not good for this work. So, try use grade 5.x to do that build.
Open build.gradle (Module) Update: this | ext.kotlin_version = '1.2.30' to | ext.kotlin_version = '1.4.20' (i-e) latest version
Building failure
Windows 10, Version 1903, Build 19025.1
gradle build -Penv=production
FAILURE: Build failed with an exception.