Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit b1df4fc

Browse files
Gregory Lureauglureau
authored andcommitted
Bumping to 0.4.2 for next release.
1 parent ea24266 commit b1df4fc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ plugins {
2424

2525
allprojects {
2626
group = "deezer.kustomexport"
27-
version = "0.4.1"
27+
version = "0.4.2"
2828

2929
repositories {
3030
mavenLocal()

compiler/src/main/kotlin/deezer/kustomexport/compiler/js/CoroutinesExt.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ val coroutinesJob = ClassName("kotlinx.coroutines", "Job")
3131
val coroutinesContext = MemberName("kotlin.coroutines", "coroutineContext")
3232
val coroutinesContextJob = MemberName("kotlinx.coroutines", "job")
3333
val coroutinesCancellationException = ClassName("kotlinx.coroutines", "CancellationException")
34+
// Warning, the d.ts code generated will contain 'kotlin.js.Promise' instead of just 'Promise'.
35+
// https://youtrack.jetbrains.com/issue/KT-41096
3436
val coroutinesPromise = ClassName("kotlin.js", "Promise")
3537
val abortController = ClassName("", "AbortController")
3638
val abortSignal = ClassName("", "AbortSignal")

samples/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"compilerOptions": {
33
"moduleResolution": "node",
4-
"strict": true,
54
"noEmitOnError": true
65
}
76
}

0 commit comments

Comments
 (0)