This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
Samples: Could not create an instance of type org.jetbrains.kotlin.gradle.plugin.KotlinTarget #2277
Closed
Description
Steps to reproduce:
- Download fresh K/N samples on your workstation.
cd
into a sub-project that's not supported on your workstation platform (ex:opengl
on Linux or Windows).- Run
../gradlew
Expected result: Adequate error message explaining that this project can't be built under current platform.
Actual result:
* What went wrong:
A problem occurred evaluating root project 'opengl'.
> Could not create an instance of type org.jetbrains.kotlin.gradle.plugin.KotlinTarget.
> Could not find any public constructor for interface org.jetbrains.kotlin.gradle.plugin.KotlinTarget which accepts parameters [java.lang.String].
Metadata
Assignees
Labels
No labels