could not determined the dependencies of task ':compileKotlinMetadata'.
> Could not resolve all files for configuration ':kotlinCompilerClasspath'.
> Cannot resolve external dependency org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.0-dev-4220 because no repositories are defined.
Required by:
project :
How to solve this ??
f
Fleshgrinder
03/16/2020, 6:24 AM
The error message is clear: no repositories defined. You need a repository block.