P
Size: a a a
P
GB
P
P
GB
* The preferred build flavor of JavaScriptCore.
P
P
GB
dependencies {
...
implementation 'org.webkit:android-jsc-intl:+'
}
plementation 'org.webkit:android-jsc:+'
И
у вас будет использоваться вариант JSC с IntlP
GB
GB
P
AN
Когда у вас это получится
- ушел за попкорном. я быстро)P
P
P
Когда у вас это получится
- ушел за попкорном. я быстро)P
GB
if (enableHermes) {
def hermesPath = "../../node_modules/hermes-engine/android/";
debugImplementation files(hermesPath + "hermes-debug.aar")
releaseImplementation files(hermesPath + "hermes-release.aar")
} else {
implementation jscFlavor
}
ebkit:android-jsc:+' либо
'org.webkit:android-jsc-intl:+'
Так
им образом если включен Hermes, то никакого JSC в билде не будет и наоборотP
P