Carson Holzheimer
11/17/2021, 2:18 PMbuild/externals
folder is basically empty.
This is in a multiplatform project
val jsMain by getting {
dependencies {
implementation(npm("fabric", "4.5.0"))
implementation(npm("@types/fabric", "4.5.0", generateExternals = true))
}
}
Carson Holzheimer
11/17/2021, 2:26 PMplugins {
kotlin("multiplatform") version "1.5.31"
and
plugins {
kotlin("multiplatform") version "1.6.0"
generateExternals
succeeds but the externals folder has nothingCarson Holzheimer
11/17/2021, 2:31 PM> Task :jsGenerateExternals UP-TO-DATE
Caching disabled for task ':jsGenerateExternals' because:
Caching has not been enabled for the task
Skipping task ':jsGenerateExternals' as it is up-to-date.
:jsGenerateExternals (Thread[Execution worker for ':',5,main]) completed. Took 0.001 secs.
turansky
11/17/2021, 2:51 PMCarson Holzheimer
11/17/2021, 2:54 PM