|
|
@@ -58,7 +58,7 @@ kotlin { |
|
|
|
nodejs() |
|
|
|
browser { |
|
|
|
dceTask { |
|
|
|
keep 'git-rest-wrapper-gitrest.RequestProvider', "ktor-ktor-io.\$\$importsForInline\$\$.ktor-ktor-io.io.ktor.utils.io" |
|
|
|
keep 'git-rest-wrapper-gitrest.Client', "ktor-ktor-io.\$\$importsForInline\$\$.ktor-ktor-io.io.ktor.utils.io" |
|
|
|
} |
|
|
|
compilations.all { |
|
|
|
kotlinOptions { |
|
|
@@ -147,8 +147,6 @@ kotlin { |
|
|
|
implementation npm("node-fetch", "2.6.0") |
|
|
|
implementation npm("text-encoding", "0.7.0") |
|
|
|
implementation npm("abort-controller", "3.0.0") |
|
|
|
|
|
|
|
implementation npm("node-persist", "3.1.0") |
|
|
|
} |
|
|
|
} |
|
|
|
jsTest { |
|
|
|