Include jdk.crypto.ec by default (#905)

Without this module most of https
is not going to work (see https://github.com/JetBrains/compose-jb/issues/269 or https://github.com/JetBrains/compose-jb/issues/429)

The inclusion of this module increases a size of
a prepackaged app by ~440 kb
and of a packaged dmg by ~167 kb
This commit is contained in:
Alexey Tsvetkov
2021-07-19 15:56:18 +03:00
committed by GitHub
parent f15f4236de
commit b73b09dffc

View File

@@ -13,7 +13,7 @@ import java.util.*
import javax.inject.Inject
internal val DEFAULT_RUNTIME_MODULES = arrayOf(
"java.base", "java.desktop", "java.logging"
"java.base", "java.desktop", "java.logging", "jdk.crypto.ec"
)
open class NativeDistributions @Inject constructor(