chore: Log target JSI Runtime
This commit is contained in:
parent
d2dbcdd09d
commit
1c09ded57e
@ -30,6 +30,7 @@ rootProject.getSubprojects().forEach({project ->
|
|||||||
FOR_HERMES = project.ext.react.enableHermes
|
FOR_HERMES = project.ext.react.enableHermes
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
logger.warn("VisionCamera: Building with ${FOR_HERMES ? "Hermes" : "JSC"}...")
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
// Buildscript is evaluated before everything else so we can't use getExtOrDefault
|
// Buildscript is evaluated before everything else so we can't use getExtOrDefault
|
||||||
|
Loading…
Reference in New Issue
Block a user