Tristan Caron
07/04/2019, 12:23 AMbuild.gradle.kts
, There were some errors during scripts dependencies resolution, some resolution might be missing
.
When I try to use the function npm
it says it’s unresolved: implementation(npm("lib", "0.0.0"))
I am using Kotlin 1.3.41snrostov
07/04/2019, 6:15 AMApplication Data/gradle-kotlin-dsl/log
- Linux: ~/.gradle-kotlin-dsl/log
- Mac: ~/Library/Logs/gradle-kotlin-dsl
snrostov
07/04/2019, 6:16 AM1.3.41
is not yet releasedTristan Caron
07/04/2019, 12:16 PM1.3.41
Tristan Caron
07/04/2019, 12:18 PMsnrostov
07/04/2019, 2:00 PMHmm aboutApparently he was in the process release, but still not all artifacts were published. It is just released: https://twitter.com/kotlin/status/11467288991764889601.3.41
snrostov
07/04/2019, 2:00 PMsnrostov
07/04/2019, 2:06 PMkexpense/build.gradle.kts
?Tristan Caron
07/04/2019, 2:32 PMplugins {
id("org.jetbrains.kotlin.js") version "1.3.40"
}
group = "com.tristan"
version = "1.0-SNAPSHOT"
repositories {
mavenCentral()
jcenter()
}
kotlin {
target {
browser()
sourceSets {
main {
dependencies {
implementation(kotlin("stdlib-js"))
implementation("org.jetbrains.kotlinx:kotlinx-html-js:0.6.12")
implementation(npm("hyperhtml", "2.29.4"))
}
}
}
}
}
Tristan Caron
07/04/2019, 3:03 PMJuanoterocas
07/16/2019, 11:07 PMJuanoterocas
07/16/2019, 11:07 PMsnrostov
07/17/2019, 9:37 AM- Windows: `Application Data/gradle-kotlin-dsl/log`
- Linux: `~/.gradle-kotlin-dsl/log`
- Mac: `~/Library/Logs/gradle-kotlin-dsl`
It would be good to create ticket in youtrack : https://youtrack.jetbrains.com/issues/KTJuanoterocas
07/17/2019, 1:50 PM