status-react/nix/mobile
Icaro Motta 17ebedd6b8
Fix: resolve our Clojure source dependencies first in the classpath (#17919)
In PR https://github.com/status-im/status-mobile/pull/17867 we have a namespace
named schema.core, but this namespace is taken by library prismatic/schema
already (see https://github.com/plumatic/schema/tree/master/src/cljc/schema), a
library used by our direct dependency on bidi 2.1.6. This leads to a broken
build where the ClojureScript compiler reports undeclared vars
(https://clojurescript.org/reference/compiler-options#warnings).

We change the order Java resolves dependencies via the classpath mechanism. We
now first resolve our own Clojure sources, and then project dependencies.
2023-11-18 08:50:11 -03:00
..
android nix: map android arch to status-go builds 2023-08-23 12:15:05 +03:00
fastlane major nix refactor 2019-12-12 18:51:21 +01:00
ios nix: set ios status-go targets 2023-09-07 14:15:30 +02:00
jsbundle Fix: resolve our Clojure source dependencies first in the classpath (#17919) 2023-11-18 08:50:11 -03:00
default.nix nix: use jsbundle derivation for iOS as well 2023-05-22 10:31:09 +02:00