mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user