hellman
11/09/2019, 10:44 AMIlya Goncharov [JB]
11/09/2019, 2:59 PMhellman
11/09/2019, 3:02 PMhellman
11/09/2019, 3:03 PMIlya Goncharov [JB]
11/09/2019, 3:05 PMhellman
11/09/2019, 3:07 PMhellman
11/09/2019, 3:08 PMhellman
11/09/2019, 3:08 PMhellman
11/09/2019, 3:13 PMhellman
11/09/2019, 3:14 PMIlya Goncharov [JB]
11/09/2019, 3:22 PMkotlin.js.experimental.generateKotlinExternals=true
in gradle.properties
Ilya Goncharov [JB]
11/09/2019, 3:23 PMtypes
field in module’s package.json
In incoming version it triggers additionally on typings
field (actually for firebase
for example)hellman
11/09/2019, 3:41 PMhellman
11/09/2019, 3:41 PMhellman
11/09/2019, 3:41 PMhellman
11/09/2019, 3:42 PMtypings
support in the EAP?hellman
11/09/2019, 3:45 PM@types/jszip
to work, even though that uses types
in the package.json
hellman
11/09/2019, 4:02 PMhellman
11/09/2019, 4:02 PMIlya Goncharov [JB]
11/09/2019, 6:52 PMtypings
should work in EAP
For types
it works like you sayhellman
11/10/2019, 11:32 AMbuildscript {
repositories {
maven(url = "<https://dl.bintray.com/kotlin/kotlin-eap>")
mavenCentral()
mavenLocal()
}
dependencies {
kotlin("kotlin-gradle-plugin", "1.3.60-eap-143")
}
}
plugins {
id("org.jetbrains.kotlin.js") version "1.3.60-eap-143"
}
And I get:
Build file '/Users/hellman/Sources/Kotlin/kotlinjs-firebase-demo/build.gradle.kts' line: 12
* What went wrong:
Plugin [id: 'org.jetbrains.kotlin.js', version: '1.3.60-eap-143'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'org.jetbrains.kotlin.js:org.jetbrains.kotlin.js.gradle.plugin:1.3.60-eap-143')
Searched in the following repositories:
Gradle Central Plugin Repository
hellman
11/10/2019, 3:03 PM