Smallville7123
04/12/2019, 5:16 AM> Configure project :buildSrc
feature GRADLE_METADATA is not enabled: publication is disabled
FAILURE: Build failed with an exception.
* Where:
Build file '/home/macropreprocessor/AndroidStudioProjects/kppmaster/buildSrc/build.gradle' line: 9
* What went wrong:
A problem occurred evaluating project ':buildSrc'.
> Could not create an instance of type org.jetbrains.kotlin.gradle.plugin.KonanProgram.
> org.gradle.api.internal.DefaultNamedDomainObjectSet.<init>(Ljava/lang/Class;Lorg/gradle/internal/reflect/Instantiator;Lorg/gradle/api/Namer;)V
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at <https://help.gradle.org>
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See <https://docs.gradle.org/5.3.1/userguide/command_line_interface.html#sec:command_line_warnings>
CONFIGURE FAILED in 17s
Unable to find method 'org.gradle.api.internal.DefaultNamedDomainObjectSet.<init>(Ljava/lang/Class;Lorg/gradle/internal/reflect/Instantiator;Lorg/gradle/api/Namer;)V'.
Possible causes for this unexpected error include:
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)
The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)
Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.