patrickdelconte
04/07/2020, 7:50 AMBuild file '.../hydrants/hydrants-cloud-functions/build.gradle.kts' line: 1
* What went wrong:
Plugin [id: 'org.jetbrains.kotlin.js'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (plugin dependency must include a version number for this source)
line 1 of is _kotlin_(*“js”*)
inside the plugins block.
It is almost as if Idea tried to parse the gradle file as if it was a standalone projectpatrickdelconte
04/07/2020, 7:53 AMpatrickdelconte
04/07/2020, 7:54 AMIlya Goncharov [JB]
04/07/2020, 8:41 AMkotlinjs-multi-module
project 😞patrickdelconte
04/07/2020, 8:50 AMsettings.gradle
file in one of the subprojects (even if it is empty)patrickdelconte
04/07/2020, 8:53 AMIlya Goncharov [JB]
04/07/2020, 8:57 AM