Smallville7123
04/12/2019, 5:19 AMgildor
04/12/2019, 5:51 AMSmallville7123
04/12/2019, 5:51 AMgildor
04/12/2019, 5:53 AMgildor
04/12/2019, 5:53 AMSmallville7123
04/12/2019, 5:58 AM> Configure project :buildSrc
The GRADLE_METADATA feature is not enabled: publication and external dependencies will not work properly.
FAILURE: Build failed with an exception.
* Where:
Build file '/home/macropreprocessor/AndroidStudioProjects/kppmaster/buildSrc/build.gradle' line: 2
* What went wrong:
An exception occurred applying plugin request [id: 'org.jetbrains.kotlin.platform.native', version: '1.3.0-rc-146']
> Failed to apply plugin [class 'org.gradle.nativeplatform.test.plugins.NativeTestingBasePlugin']
> Cannot add task 'test' as a task with that name already exists.
* 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>
CONFIGURE FAILED in 13s
Cannot add task 'test' as a task with that name already exists.
Open File
gildor
04/12/2019, 6:00 AMgildor
04/12/2019, 6:00 AMCannot add task ‘test’ as a task with that name already exists
gildor
04/12/2019, 6:00 AMSmallville7123
04/12/2019, 6:09 AMplugins {
`kotlin-dsl`
`java-library`
kotlin("multiplatform") version "1.3.21"
}
repositories {
jcenter()
mavenCentral()
}
kotlin {
jvm() // Creates a JVM target with the default name 'jvm'
}
gildor
04/12/2019, 6:09 AMjava-library
plugin together with multiplatformgildor
04/12/2019, 6:10 AMgildor
04/12/2019, 6:10 AMSmallville7123
04/12/2019, 6:12 AMSmallville7123
04/12/2019, 6:12 AM> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy NO-SOURCE
> Task :buildSrc:processResources NO-SOURCE
> Task :buildSrc:classes UP-TO-DATE
> Task :buildSrc:jar UP-TO-DATE
> Task :buildSrc:assemble UP-TO-DATE
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:check UP-TO-DATE
> Task :buildSrc:build UP-TO-DATE
FAILURE: Build failed with an exception.
* Where:
Build file '/home/macropreprocessor/AndroidStudioProjects/kppmaster/app/build.gradle' line: 1
* What went wrong:
A problem occurred evaluating project ':app'.
> Plugin with id 'kpp' not found.
* 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>
CONFIGURE FAILED in 1s
Plugin with id 'kpp' not found.
Open File
gildor
04/12/2019, 6:49 AM