dannybuntu

com.greenaddress.greenbits_android_wallet-4.0.28-2024-06-05

Jun 5th, 2024
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 224.44 KB | Source Code | 0 0
  1. danny@lw10:~/work/walletScrutinyCom$ ./test.sh --apk ~/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
  2. +++ dirname ./test.sh
  3. ++ cd .
  4. ++ pwd
  5. + SCRIPT_DIR=/home/danny/work/walletScrutinyCom/scripts
  6. + TEST_ANDROID_DIR=/home/danny/work/walletScrutinyCom/scripts/test/android
  7. + wsContainer=docker.io/walletscrutiny/android:5
  8. + takeUserActionCommand='echo "CTRL-D to continue";
  9.  bash'
  10. + shouldCleanup=false
  11. + [[ 2 -gt 0 ]]
  12. + case $1 in
  13. + downloadedApk=/home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
  14. + shift
  15. + shift
  16. + [[ 0 -gt 0 ]]
  17. + [[ /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk =~ ^/.* ]]
  18. + '[' '!' -f /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk ']'
  19. ++ sha256sum /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
  20. ++ awk '{print $1;}'
  21. + appHash=810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b
  22. + fromPlayFolder=/tmp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b
  23. + rm -rf /tmp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b
  24. ++ getSigner /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
  25. +++ dirname /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
  26. ++ DIR=/home/danny/work/apk
  27. +++ basename /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
  28. ++ BASE=com.greenaddress.greenbits_android_wallet-22000428.apk
  29. +++ grep 'Signer #1 certificate SHA-256'
  30. +++ podman run --rm --volume /home/danny/work/apk:/mnt:ro --workdir /mnt docker.io/walletscrutiny/android:5 apksigner verify --print-certs com.greenaddress.greenbits_android_wallet-22000428.apk
  31. +++ awk '{print $6}'
  32. ++ s=32f9cc00b13fbeace51e2fb51df482044e42ad34a9bd912f179fedb16a42970e
  33. ++ echo 32f9cc00b13fbeace51e2fb51df482044e42ad34a9bd912f179fedb16a42970e
  34. + signer=32f9cc00b13fbeace51e2fb51df482044e42ad34a9bd912f179fedb16a42970e
  35. + echo 'Extracting APK content ...'
  36. Extracting APK content ...
  37. + containerApktool /tmp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
  38. + targetFolder=/tmp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b
  39. + app=/home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
  40. ++ dirname /tmp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b
  41. + targetFolderParent=/tmp
  42. ++ basename /tmp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b
  43. + targetFolderBase=fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b
  44. ++ dirname /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
  45. + appFolder=/home/danny/work/apk
  46. ++ basename /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
  47. + appFile=com.greenaddress.greenbits_android_wallet-22000428.apk
  48. + podman run --rm --volume /tmp:/tfp --volume /home/danny/work/apk:/af:ro docker.io/walletscrutiny/android:5 sh -c 'apktool d -o "/tfp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b" "/af/com.greenaddress.greenbits_android_wallet-22000428.apk"'
  49. I: Using Apktool 2.4.1 on com.greenaddress.greenbits_android_wallet-22000428.apk
  50. I: Loading resource table...
  51. I: Decoding AndroidManifest.xml with resources...
  52. I: Loading resource table from file: /root/.local/share/apktool/framework/1.apk
  53. I: Regular manifest package...
  54. I: Decoding file-resources...
  55. I: Decoding values */* XMLs...
  56. I: Baksmaling classes.dex...
  57. I: Baksmaling classes2.dex...
  58. I: Baksmaling classes3.dex...
  59. I: Baksmaling classes4.dex...
  60. I: Copying assets and libs...
  61. I: Copying unknown files...
  62. I: Copying original files...
  63. I: Copying META-INF/services directory
  64. + return 0
  65. ++ cat /tmp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b/AndroidManifest.xml
  66. ++ head -n 1
  67. ++ sed 's/.*package=\"//g'
  68. ++ sed 's/\".*//g'
  69. + appId=com.greenaddress.greenbits_android_wallet
  70. ++ cat /tmp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b/apktool.yml
  71. ++ grep versionName
  72. ++ sed 's/.*\: //g'
  73. ++ sed 's/'\''//g'
  74. + versionName=4.0.28
  75. ++ cat /tmp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b/apktool.yml
  76. ++ grep versionCode
  77. ++ sed 's/.*\: //g'
  78. ++ sed 's/'\''//g'
  79. + versionCode=22000428
  80. + workDir=/tmp/test_com.greenaddress.greenbits_android_wallet
  81. + '[' -z com.greenaddress.greenbits_android_wallet ']'
  82. + '[' -z 4.0.28 ']'
  83. + '[' -z 22000428 ']'
  84. + echo
  85.  
  86. + echo 'Testing "/home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk" (com.greenaddress.greenbits_android_wallet version 4.0.28)'
  87. Testing "/home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk" (com.greenaddress.greenbits_android_wallet version 4.0.28)
  88. + echo
  89.  
  90. + testScript=/home/danny/work/walletScrutinyCom/scripts/test/android/com.greenaddress.greenbits_android_wallet.sh
  91. + '[' '!' -f /home/danny/work/walletScrutinyCom/scripts/test/android/com.greenaddress.greenbits_android_wallet.sh ']'
  92. + source /home/danny/work/walletScrutinyCom/scripts/test/android/com.greenaddress.greenbits_android_wallet.sh
  93. ++ repo=https://github.com/Blockstream/green_android/
  94. ++ tag=release_4.0.28
  95. ++ builtApk=/tmp/test_com.greenaddress.greenbits_android_wallet/app/green/build/outputs/apk/productionGoogle/release/BlockstreamGreen-v4.0.28-productionGoogle-release-unsigned.apk
  96. + prepare
  97. + echo 'Testing com.greenaddress.greenbits_android_wallet from https://github.com/Blockstream/green_android/ revision release_4.0.28 (revisionOverride: '\'''\'')...'
  98. Testing com.greenaddress.greenbits_android_wallet from https://github.com/Blockstream/green_android/ revision release_4.0.28 (revisionOverride: '')...
  99. + rm -rf /tmp/test_com.greenaddress.greenbits_android_wallet
  100. + mkdir -p /tmp/test_com.greenaddress.greenbits_android_wallet
  101. + cd /tmp/test_com.greenaddress.greenbits_android_wallet
  102. + echo 'Trying to clone …'
  103. Trying to clone …
  104. + '[' -n '' ']'
  105. + git clone --quiet --branch release_4.0.28 --depth 1 https://github.com/Blockstream/green_android/ app
  106. Note: switching to 'a14807e77150f00764f5579ccbe6c469d4257dd5'.
  107.  
  108. You are in 'detached HEAD' state. You can look around, make experimental
  109. changes and commit them, and you can discard any commits you make in this
  110. state without impacting any branches by switching back to a branch.
  111.  
  112. If you want to create a new branch to retain commits you create, you may
  113. do so (now or later) by using -c with the switch command. Example:
  114.  
  115.   git switch -c <new-branch-name>
  116.  
  117. Or undo this operation with:
  118.  
  119.   git switch -
  120.  
  121. Turn off this advice by setting config variable advice.detachedHead to false
  122.  
  123. + cd app
  124. ++ git log -n 1 --pretty=oneline
  125. ++ sed 's/ .*//g'
  126. + commit=a14807e77150f00764f5579ccbe6c469d4257dd5
  127. + test
  128. ++ generate_log_file
  129. ++ local appid=BlockstreamGreen
  130. +++ date +%Y-%m-%d
  131. ++ local date=2024-06-05
  132. ++ echo BlockstreamGreen-build-2024-06-05.log
  133. + local log_file=BlockstreamGreen-build-2024-06-05.log
  134. + podman run -it --volume /tmp/test_com.greenaddress.greenbits_android_wallet/app:/mnt --rm docker.io/walletscrutiny/android:5 bash -x -c 'chmod 777 /tmp/;
  135.      cd /mnt;
  136.      apt update;
  137.      DEBIAN_FRONTEND=noninteractive apt install -y curl jq openjdk-17-jdk;
  138.      yes | /opt/android-sdk/tools/bin/sdkmanager "build-tools;34.0.0";
  139.      ./gradlew useBlockstreamKeys;
  140.      ./gradlew -x test clean assembleProductionGoogleRelease --stacktrace;
  141.      echo "CTRL-D to continue";
  142.  bash'
  143. + chmod 777 /tmp/
  144. + cd /mnt
  145. + apt update
  146. Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB]
  147. Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]                      
  148. Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3675 kB]
  149. Get:4 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3616 kB]
  150. Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.8 kB]
  151. Get:6 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1208 kB]
  152. Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]              
  153. Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB]
  154. Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
  155. Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
  156. Get:11 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
  157. Get:12 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
  158. Get:13 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.5 kB]
  159. Get:14 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3766 kB]
  160. Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1506 kB]
  161. Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4149 kB]
  162. Get:17 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
  163. Get:18 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]
  164. Fetched 31.5 MB in 3s (11.5 MB/s)                      
  165. Reading package lists... Done
  166. Building dependency tree      
  167. Reading state information... Done
  168. 111 packages can be upgraded. Run 'apt list --upgradable''diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
  169. No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin''Etc/UTC'
  170. Local time is now:      Wed Jun  5 09:54:54 UTC 2024.
  171. Universal Time is now:  Wed Jun  5 09:54:54 UTC 2024.
  172. Run 'dpkg-reconfigure tzdata' if you wish to change it.
  173.  
  174. Setting up libxcb-present0:amd64 (1.14-2) ...
  175. Setting up libasound2-data (1.2.2-2.1ubuntu2.5) ...
  176. Setting up xtrans-dev (1.4.0-1) ...
  177. Setting up libfontenc1:amd64 (1:1.1.4-0ubuntu1) ...
  178. Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.7) ...
  179. Setting up libxcb-sync1:amd64 (1.14-2) ...
  180. Setting up libllvm12:amd64 (1:12.0.0-3ubuntu1~20.04.5) ...
  181. Setting up libfribidi0:amd64 (1.0.8-2ubuntu0.1) ...
  182. Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.3) ...
  183. Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ...
  184. Setting up libglapi-mesa:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  185. Setting up libvulkan1:amd64 (1.2.131.2-1) ...
  186. Setting up libxcb-dri2-0:amd64 (1.14-2) ...
  187. Setting up libgif7:amd64 (5.1.9-1) ...
  188. Setting up libatk1.0-data (2.35.1-1ubuntu2) ...
  189. Setting up fonts-dejavu-extra (2.37-1) ...
  190. Setting up alsa-topology-conf (1.2.2-1) ...
  191. Setting up libxshmfence1:amd64 (1.3-1) ...
  192. Setting up libxcb-randr0:amd64 (1.14-2) ...
  193. Setting up libasound2:amd64 (1.2.2-2.1ubuntu2.5) ...
  194. Setting up libcurl4:amd64 (7.68.0-1ubuntu2.22) ...
  195. Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.6) ...
  196. Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4.2) ...
  197. Setting up libthai-data (0.1.28-3) ...
  198. Setting up xorg-sgml-doctools (1:1.11-1) ...
  199. Setting up libgtk2.0-common (2.24.32-4ubuntu4) ...
  200. Setting up libatk1.0-0:amd64 (2.35.1-1ubuntu2) ...
  201. Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.12) ...
  202. Setting up curl (7.68.0-1ubuntu2.22) ...
  203. Setting up libxkbfile1:amd64 (1:1.1.0-1) ...
  204. Setting up libdrm-common (2.4.107-8ubuntu1~20.04.2) ...
  205. Setting up libelf1:amd64 (0.176-1.1ubuntu0.1) ...
  206. Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
  207. Setting up libsm6:amd64 (2:1.2.3-1) ...
  208. Setting up libonig5:amd64 (6.9.4-1) ...
  209. Setting up libwayland-client0:amd64 (1.18.0-1ubuntu0.1) ...
  210. Setting up x11proto-dev (2019.2-1ubuntu1) ...
  211. Setting up libxft2:amd64 (2.3.3-0ubuntu1) ...
  212. Setting up libxdamage1:amd64 (1:1.1.5-2) ...
  213. Setting up libxau-dev:amd64 (1:1.0.9-0ubuntu1) ...
  214. Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.20.04.2) ...
  215. Setting up libice-dev:amd64 (2:1.0.10-0ubuntu1) ...
  216. Setting up libsm-dev:amd64 (2:1.2.3-1) ...
  217. Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ...
  218. Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
  219. Setting up libxxf86dga1:amd64 (2:1.1.5-0ubuntu1) ...
  220. Setting up libatspi2.0-0:amd64 (2.36.0-2) ...
  221. Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ...
  222. Setting up libxxf86vm1:amd64 (1:1.1.4-1build1) ...
  223. Setting up libatk-bridge2.0-0:amd64 (2.34.2-0ubuntu2~20.04.1) ...
  224. Setting up libthai0:amd64 (0.1.28-3) ...
  225. Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu1) ...
  226. Setting up libxfixes3:amd64 (1:5.0.3-2) ...
  227. Setting up x11proto-core-dev (2019.2-1ubuntu1) ...
  228. Setting up libxinerama1:amd64 (2:1.1.4-2) ...
  229. Setting up libxv1:amd64 (2:1.0.11-1) ...
  230. Setting up libxrandr2:amd64 (2:1.5.2-0ubuntu1) ...
  231. Setting up libxt6:amd64 (1:1.1.5-1) ...
  232. Setting up openjdk-17-jre-headless:amd64 (17.0.10+7-1~20.04.1) ...
  233. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/java to provide /usr/bin/java (java) in auto mode
  234. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jpackage to provide /usr/bin/jpackage (jpackage) in auto mode
  235. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode
  236. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode
  237. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode
  238. Setting up libdrm2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
  239. Setting up at-spi2-core (2.36.0-2) ...
  240. Setting up jq (1.6-1ubuntu0.20.04.1) ...
  241. Setting up libcairo-gobject2:amd64 (1.16.0-4ubuntu1) ...
  242. Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.7) ...
  243. Setting up libdrm-amdgpu1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
  244. Setting up mesa-vulkan-drivers:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  245. Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ...
  246. Setting up libdrm-nouveau2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
  247. Setting up libxcb1-dev:amd64 (1.14-2) ...
  248. Setting up libdrm-radeon1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
  249. Setting up libxcursor1:amd64 (1:1.2.0-2) ...
  250. Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ...
  251. Setting up libdrm-intel1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
  252. Setting up libgl1-mesa-dri:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  253. Setting up libx11-dev:amd64 (2:1.6.9-2ubuntu1.6) ...
  254. Setting up libxaw7:amd64 (2:1.0.13-1) ...
  255. Setting up libxt-dev:amd64 (1:1.1.5-1) ...
  256. Setting up openjdk-17-jdk-headless:amd64 (17.0.10+7-1~20.04.1) ...
  257. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode
  258. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode
  259. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode
  260. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode
  261. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode
  262. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode
  263. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode
  264. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jdeprscan to provide /usr/bin/jdeprscan (jdeprscan) in auto mode
  265. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode
  266. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jfr to provide /usr/bin/jfr (jfr) in auto mode
  267. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jimage to provide /usr/bin/jimage (jimage) in auto mode
  268. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode
  269. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jlink to provide /usr/bin/jlink (jlink) in auto mode
  270. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode
  271. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jmod to provide /usr/bin/jmod (jmod) in auto mode
  272. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode
  273. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode
  274. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jshell to provide /usr/bin/jshell (jshell) in auto mode
  275. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode
  276. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode
  277. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode
  278. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode
  279. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jhsdb to provide /usr/bin/jhsdb (jhsdb) in auto mode
  280. Setting up shared-mime-info (1.15-1) ...
  281. Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ...
  282. Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ...
  283. Setting up libglx-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  284. Setting up libglx0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
  285. Setting up libgl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
  286. Setting up libgdk-pixbuf2.0-0:amd64 (2.40.0+dfsg-3ubuntu0.4) ...
  287. Setting up libgdk-pixbuf2.0-bin (2.40.0+dfsg-3ubuntu0.4) ...
  288. Setting up x11-utils (7.7+5) ...
  289. Setting up libatk-wrapper-java (0.37.1-1) ...
  290. Setting up gtk-update-icon-cache (3.24.20-0ubuntu1.1) ...
  291. Setting up libatk-wrapper-java-jni:amd64 (0.37.1-1) ...
  292. Setting up librsvg2-2:amd64 (2.48.9-1ubuntu0.20.04.4) ...
  293. Setting up librsvg2-common:amd64 (2.48.9-1ubuntu0.20.04.4) ...
  294. Setting up adwaita-icon-theme (3.36.1-2ubuntu0.20.04.2) ...
  295. update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
  296. Setting up libgtk2.0-0:amd64 (2.24.32-4ubuntu4) ...
  297. Setting up humanity-icon-theme (0.6.15) ...
  298. Setting up libgail18:amd64 (2.24.32-4ubuntu4) ...
  299. Setting up libgtk2.0-bin (2.24.32-4ubuntu4) ...
  300. Setting up libgail-common:amd64 (2.24.32-4ubuntu4) ...
  301. Setting up openjdk-17-jre:amd64 (17.0.10+7-1~20.04.1) ...
  302. Setting up ubuntu-mono (19.04-0ubuntu3) ...
  303. Setting up openjdk-17-jdk:amd64 (17.0.10+7-1~20.04.1) ...
  304. update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode
  305. Processing triggers for libc-bin (2.31-0ubuntu9.1) ...
  306. Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.40.0+dfsg-3ubuntu0.4) ...
  307. + yes
  308. + /opt/android-sdk/tools/bin/sdkmanager 'build-tools;34.0.0'
  309. Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema
  310.     at com.android.repository.api.SchemaModule$SchemaModuleVersion.<init>(SchemaModule.java:156)
  311.     at com.android.repository.api.SchemaModule.<init>(SchemaModule.java:75)
  312.     at com.android.sdklib.repository.AndroidSdkHandler.<clinit>(AndroidSdkHandler.java:81)
  313.     at com.android.sdklib.tool.sdkmanager.SdkManagerCli.main(SdkManagerCli.java:73)
  314.     at com.android.sdklib.tool.sdkmanager.SdkManagerCli.main(SdkManagerCli.java:48)
  315. Caused by: java.lang.ClassNotFoundException: javax.xml.bind.annotation.XmlSchema
  316.     at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
  317.     at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
  318.     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
  319.     ... 5 more
  320. + ./gradlew useBlockstreamKeys
  321. Downloading https://services.gradle.org/distributions/gradle-8.7-bin.zip
  322. ............10%.............20%.............30%.............40%............50%.............60%.............70%.............80%.............90%............100%
  323.  
  324. Welcome to Gradle 8.7!
  325.  
  326. Here are the highlights of this release:
  327.  - Compiling and testing with Java 22
  328.  - Cacheable Groovy script compilation
  329.  - New methods in lazy collection properties
  330.  
  331. For more details see https://docs.gradle.org/8.7/release-notes.html
  332.  
  333. Starting a Gradle Daemon (subsequent builds will be faster)
  334. Type-safe project accessors is an incubating feature.
  335.  
  336. > Configure project :common
  337.  
  338. Please wait while Kotlin/Native compiler 1.9.23 is being installed.
  339. Download kotlin-native-prebuilt-linux-x86_64-1.9.23.tar.gz finished, took 2 s 980 ms
  340. Unpack Kotlin/Native compiler to /root/.konan/kotlin-native-prebuilt-linux-x86_64-1.9.23
  341. Unpack Kotlin/Native compiler to /root/.konan/kotlin-native-prebuilt-linux-x86_64-1.9.23 finished, took 3 s 847 ms
  342. w: Kotlin Multiplatform <-> Android Gradle Plugin compatibility issue:
  343. The applied Android Gradle Plugin version (8.4.0) is higher
  344. than the maximum known to the Kotlin Gradle Plugin.
  345. Tooling stability in such configuration isn't tested, please report encountered issues to https://kotl.in/issue"
  346.  
  347. Minimum supported Android Gradle Plugin version: 7.0
  348. Maximum tested Android Gradle Plugin version: 8.2
  349.  
  350. To suppress this message add 'kotlin.mpp.androidGradlePluginCompatibility.nowarn=true' to your gradle.properties
  351.  
  352.  
  353. > Configure project :green
  354. Path for java installation '/usr/lib/jvm/openjdk-17' (Common Linux Locations) does not contain a java executable
  355.  
  356. > Task :green:useBlockstreamKeys
  357. AppKeys: Use Blockstream Keys
  358.  
  359. Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
  360.  
  361. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
  362.  
  363. For more on this, please refer to https://docs.gradle.org/8.7/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
  364.  
  365. BUILD SUCCESSFUL in 2m 2s
  366. 1 actionable task: 1 executed
  367. + ./gradlew -x test clean assembleProductionGoogleRelease --stacktrace
  368. Type-safe project accessors is an incubating feature.
  369.  
  370. > Configure project :common
  371. w: Kotlin Multiplatform <-> Android Gradle Plugin compatibility issue:
  372. The applied Android Gradle Plugin version (8.4.0) is higher
  373. than the maximum known to the Kotlin Gradle Plugin.
  374. Tooling stability in such configuration isn't tested, please report encountered issues to https://kotl.in/issue"
  375.  
  376. Minimum supported Android Gradle Plugin version: 7.0
  377. Maximum tested Android Gradle Plugin version: 8.2
  378.  
  379. To suppress this message add 'kotlin.mpp.androidGradlePluginCompatibility.nowarn=true' to your gradle.properties
  380.  
  381. Path for java installation '/usr/lib/jvm/openjdk-17' (Common Linux Locations) does not contain a java executable
  382. Failed to fetch URL https://dl.google.com/android/repository/sys-img/android-automotive-distantdisplay/sys-img2-4.xml/sys-img.xml, reason: File not found
  383. Failed to fetch URL: File not found
  384. Errors during XML parse:
  385. https://dl.google.com/android/repository/sys-img/android-automotive-distantdisplay/sys-img2-4.xml parsing problem. unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
  386. javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
  387. Additionally, the fallback loader failed to parse the XML.
  388. Found Google Play Intel x86 Atom System Image, Android API 24, revision 19
  389. Found Google Play Intel x86 Atom System Image, Android API 25, revision 9
  390. Found Google Play Intel x86 Atom System Image, Android API 26, revision 7
  391. Found Google Play Intel x86 Atom System Image, Android API 27, revision 3
  392. Found Google Play Intel x86 Atom System Image, Android API 28, revision 8
  393. Found Google Play Intel x86 Atom System Image, Android API 28, revision 9
  394. Found Google Play Intel x86 Atom_64 System Image, Android API 28, revision 8
  395. Found Google Play Intel x86 Atom System Image, Android API 29, revision 8
  396. Found Google Play Intel x86 Atom System Image, Android API 29, revision 8
  397. Found Google Play Intel x86 Atom_64 System Image, Android API 29, revision 8
  398. Found Google Play Intel x86 Atom_64 System Image, Android API 29, revision 8
  399. Found Google Play Intel x86 Atom System Image, Android API R, revision 2
  400. Found Google Play Intel x86 Atom System Image, Android API R, revision 2
  401. Found Google Play Intel x86 Atom_64 System Image, Android API R, revision 2
  402. Found Google Play Intel x86 Atom_64 System Image, Android API R, revision 2
  403. Failed to fetch URL https://dl.google.com/android/repository/sys-img/google_playstore_tablet/sys-img2-4.xml/sys-img.xml, reason: File not found
  404. Failed to fetch URL: File not found
  405. Errors during XML parse:
  406. https://dl.google.com/android/repository/sys-img/google_playstore_tablet/sys-img2-4.xml parsing problem. unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
  407. javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
  408. Additionally, the fallback loader failed to parse the XML.
  409. Failed to fetch URL https://dl.google.com/android/repository/sys-img/google-tv/sys-img2-4.xml/sys-img.xml, reason: File not found
  410. Failed to fetch URL: File not found
  411. Errors during XML parse:
  412. https://dl.google.com/android/repository/sys-img/google-tv/sys-img2-4.xml parsing problem. unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
  413. javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
  414. Additionally, the fallback loader failed to parse the XML.
  415. Failed to fetch URL https://dl.google.com/android/repository/sys-img/aosp_atd/sys-img2-4.xml/sys-img.xml, reason: File not found
  416. Failed to fetch URL: File not found
  417. Errors during XML parse:
  418. https://dl.google.com/android/repository/sys-img/aosp_atd/sys-img2-4.xml parsing problem. unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
  419. javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
  420. Additionally, the fallback loader failed to parse the XML.
  421. Failed to fetch URL https://dl.google.com/android/repository/sys-img/android-wear-cn/sys-img2-4.xml/sys-img.xml, reason: File not found
  422. Failed to fetch URL: File not found
  423. Errors during XML parse:
  424. https://dl.google.com/android/repository/sys-img/android-wear-cn/sys-img2-4.xml parsing problem. unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
  425. javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
  426. Additionally, the fallback loader failed to parse the XML.
  427. Found Android TV Intel x86 Atom System Image, Android API 21, revision 3
  428. Found Android TV ARM EABI v7a System Image, Android API 21, revision 3
  429. Found Android TV Intel x86 Atom System Image, Android API 22, revision 3
  430. Found Android TV Intel x86 Atom System Image, Android API 23, revision 19
  431. Found Android TV ARM EABI v7a System Image, Android API 23, revision 12
  432. Found Android TV Intel x86 Atom System Image, Android API 24, revision 20
  433. Found Android TV Intel x86 Atom System Image, Android API 25, revision 14
  434. Found Android TV Intel x86 Atom System Image, Android API 26, revision 12
  435. Found Android TV Intel x86 Atom System Image, Android API 27, revision 7
  436. Found Android TV Intel x86 Atom System Image, Android API 28, revision 8
  437. Found Android TV Intel x86 Atom System Image, Android API Q, revision 1
  438. Failed to fetch URL https://dl.google.com/android/repository/sys-img/google_atd/sys-img2-4.xml/sys-img.xml, reason: File not found
  439. Failed to fetch URL: File not found
  440. Errors during XML parse:
  441. https://dl.google.com/android/repository/sys-img/google_atd/sys-img2-4.xml parsing problem. unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
  442. javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
  443. Additionally, the fallback loader failed to parse the XML.
  444. Failed to fetch URL https://dl.google.com/android/repository/sys-img/android-desktop/sys-img2-4.xml/sys-img.xml, reason: File not found
  445. Failed to fetch URL: File not found
  446. Errors during XML parse:
  447. https://dl.google.com/android/repository/sys-img/android-desktop/sys-img2-4.xml parsing problem. unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
  448. javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
  449. Additionally, the fallback loader failed to parse the XML.
  450. Found Google APIs ARM EABI v7a System Image, Android API 10, revision 6
  451. Found Google APIs Intel x86 Atom System Image, Android API 10, revision 6
  452. Found Google APIs Intel x86 Atom System Image, Android API 15, revision 6
  453. Found Google APIs ARM EABI v7a System Image, Android API 15, revision 6
  454. Found Google APIs ARM EABI v7a System Image, Android API 16, revision 6
  455. Found Google APIs Intel x86 Atom System Image, Android API 16, revision 6
  456. Found Google APIs ARM EABI v7a System Image, Android API 17, revision 6
  457. Found Google APIs Intel x86 Atom System Image, Android API 17, revision 6
  458. Found Google APIs ARM EABI v7a System Image, Android API 18, revision 6
  459. Found Google APIs Intel x86 Atom System Image, Android API 18, revision 6
  460. Found Google APIs Intel x86 Atom System Image, Android API 19, revision 38
  461. Found Google APIs ARM EABI v7a System Image, Android API 19, revision 38
  462. Found Google APIs Intel x86 Atom System Image, Android API 21, revision 30
  463. Found Google APIs Intel x86 Atom_64 System Image, Android API 21, revision 30
  464. Found Google APIs ARM EABI v7a System Image, Android API 21, revision 30
  465. Found Google APIs Intel x86 Atom System Image, Android API 22, revision 24
  466. Found Google APIs ARM EABI v7a System Image, Android API 22, revision 24
  467. Found Google APIs Intel x86 Atom_64 System Image, Android API 22, revision 24
  468. Found Google APIs Intel x86 Atom System Image, Android API 23, revision 31
  469. Found Google APIs Intel x86 Atom_64 System Image, Android API 23, revision 31
  470. Found Google APIs ARM EABI v7a System Image, Android API 23, revision 31
  471. Found Google APIs Intel x86 Atom System Image, Android API 24, revision 25
  472. Found Google APIs Intel x86 Atom_64 System Image, Android API 24, revision 25
  473. Found Google APIs ARM EABI v7a System Image, Android API 24, revision 25
  474. Found Google APIs ARM 64 v8a System Image, Android API 24, revision 25
  475. Found Google APIs Intel x86 Atom System Image, Android API 25, revision 16
  476. Found Google APIs Intel x86 Atom_64 System Image, Android API 25, revision 16
  477. Found Google APIs ARM EABI v7a System Image, Android API 25, revision 16
  478. Found Google APIs ARM 64 v8a System Image, Android API 25, revision 16
  479. Found Google APIs Intel x86 Atom System Image, Android API 26, revision 14
  480. Found Google APIs Intel x86 Atom_64 System Image, Android API 26, revision 14
  481. Found Google APIs Intel x86 Atom System Image, Android API 27, revision 9
  482. Found Google APIs Intel x86 Atom System Image, Android API 28, revision 9
  483. Found Google APIs Intel x86 Atom System Image, Android API 28, revision 10
  484. Found Google APIs Intel x86 Atom_64 System Image, Android API 28, revision 9
  485. Found Google APIs Intel x86 Atom System Image, Android API 29, revision 9
  486. Found Google APIs Intel x86 Atom_64 System Image, Android API 29, revision 9
  487. Found Google APIs Intel x86 Atom System Image, Android API R, revision 2
  488. Found Google APIs Intel x86 Atom_64 System Image, Android API R, revision 2
  489. Checking the license for package Android SDK Build-Tools 34 in /opt/android-sdk/licenses
  490. License for package Android SDK Build-Tools 34 accepted.
  491. Preparing "Install Android SDK Build-Tools 34 v.34.0.0".
  492. "Install Android SDK Build-Tools 34 v.34.0.0" ready.
  493. Installing Android SDK Build-Tools 34 in /opt/android-sdk/build-tools/34.0.0
  494. "Install Android SDK Build-Tools 34 v.34.0.0" complete.
  495. "Install Android SDK Build-Tools 34 v.34.0.0" finished.
  496. Checking the license for package Android SDK Platform 34 in /opt/android-sdk/licenses
  497. License for package Android SDK Platform 34 accepted.
  498. Preparing "Install Android SDK Platform 34 (revision 3)".
  499. "Install Android SDK Platform 34 (revision 3)" ready.
  500. Installing Android SDK Platform 34 in /opt/android-sdk/platforms/android-34
  501. "Install Android SDK Platform 34 (revision 3)" complete.
  502. "Install Android SDK Platform 34 (revision 3)" finished.
  503.  
  504. > Task :green:appKeys
  505. AppKeys: ?
  506.  
  507. > Task :gdk:fetchAndroidBinaries
  508. GDK: Binaries in /mnt/gdk/src/main/jniLibs does not exist. Executing ./fetch_android_binaries.sh
  509. Downloading from https://github.com/Blockstream/gdk/releases/download/release_0.71.0/gdk-android-jni.tar.gz
  510. Validating checksum 671d92b7b9c73854ad5fa9ff47b5ed24f63e9459e7d686cc5700a6d3e920c5e8
  511. gdk-android-jni.tar.gz: OK
  512. gdk-android-jni/
  513. gdk-android-jni/lib/
  514. gdk-android-jni/lib/armeabi-v7a/
  515. gdk-android-jni/lib/armeabi-v7a/libgreenaddress.so
  516. gdk-android-jni/lib/x86/
  517. gdk-android-jni/lib/x86/libgreenaddress.so
  518. gdk-android-jni/lib/arm64-v8a/
  519. gdk-android-jni/lib/arm64-v8a/libgreenaddress.so
  520. gdk-android-jni/lib/x86_64/
  521. gdk-android-jni/lib/x86_64/libgreenaddress.so
  522. gdk-android-jni/share/
  523. gdk-android-jni/share/java/
  524. gdk-android-jni/share/java/com/
  525. gdk-android-jni/share/java/com/blockstream/
  526. gdk-android-jni/share/java/com/blockstream/libwally/
  527. gdk-android-jni/share/java/com/blockstream/libwally/Wally.java
  528. gdk-android-jni/share/java/com/blockstream/libgreenaddress/
  529. gdk-android-jni/share/java/com/blockstream/libgreenaddress/GDKJNI.java
  530.  
  531. > Task :gdk:generateReleaseLintModel
  532. Generating lint files for backported methods only (compile API B)
  533.  
  534. > Task :gdk:stripReleaseDebugSymbols
  535. Unable to strip the following libraries, packaging them as they are: libgreenaddress.so.
  536.  
  537. > Task :green:mergeProductionGoogleReleaseResources
  538. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:98:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_is. Did you mean to add the formatted="false" attribute?
  539. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:99:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
  540. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:100:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
  541. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:104:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s. Did you mean to add the formatted="false" attribute?
  542. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:105:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
  543. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:365:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
  544. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:452:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
  545. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:456:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
  546. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:576:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
  547. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:776:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
  548. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:873:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
  549. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:876:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
  550. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:878:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
  551. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1106:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
  552. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1164:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
  553. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1165:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to_this. Did you mean to add the formatted="false" attribute?
  554. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1328:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
  555. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1360:4: Multiple substitutions specified in non-positional format of string resource string/id_transaction_confirmed_s_s. Did you mean to add the formatted="false" attribute?
  556. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1367:4: Multiple substitutions specified in non-positional format of string resource string/id_transaction_unconfirmed_s_s. Did you mean to add the formatted="false" attribute?
  557. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1496:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
  558. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1498:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
  559. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1517:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
  560. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1561:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
  561. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
  562. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
  563. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
  564. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
  565. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
  566. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
  567. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
  568. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
  569. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
  570. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
  571. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
  572. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
  573. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
  574. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
  575. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
  576. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
  577. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
  578. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ko/values-ko.xml:205:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
  579. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ko/values-ko.xml:267:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
  580. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ko/values-ko.xml:352:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
  581. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ko/values-ko.xml:546:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
  582. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ko/values-ko.xml:549:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
  583. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ko/values-ko.xml:551:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
  584. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ko/values-ko.xml:715:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
  585. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ko/values-ko.xml:991:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
  586. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ko/values-ko.xml:1027:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
  587. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
  588. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
  589. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
  590. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
  591. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
  592. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
  593. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
  594. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
  595. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
  596. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
  597. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
  598. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
  599. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
  600. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
  601. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
  602. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
  603. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
  604. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
  605. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
  606. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
  607. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
  608. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
  609. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
  610. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
  611. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
  612. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
  613. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
  614. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
  615. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
  616. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
  617. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
  618. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
  619. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
  620. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
  621. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
  622. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
  623. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
  624. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
  625. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
  626. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
  627. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
  628. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
  629. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
  630. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
  631. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
  632. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
  633. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
  634. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
  635. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
  636. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
  637. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
  638. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
  639. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
  640. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
  641. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
  642. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
  643. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
  644. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
  645. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
  646. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
  647. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
  648. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
  649. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
  650. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
  651. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
  652. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
  653. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
  654. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
  655. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
  656. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
  657. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
  658. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
  659. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
  660. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
  661. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
  662. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
  663. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
  664. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
  665. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
  666. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
  667. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
  668. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
  669. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
  670. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
  671. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
  672. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
  673. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
  674. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
  675. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
  676. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
  677. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
  678. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
  679. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
  680. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
  681. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
  682. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
  683. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
  684. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
  685. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
  686. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
  687. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
  688. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
  689. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
  690. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
  691. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
  692. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
  693. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
  694. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
  695. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
  696. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
  697. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
  698. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
  699. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
  700. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
  701. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
  702. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
  703. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
  704. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
  705. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
  706. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
  707. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
  708. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
  709. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
  710. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
  711. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
  712. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
  713. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
  714. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
  715. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
  716. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
  717. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
  718. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
  719. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
  720. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
  721. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
  722. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
  723. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
  724. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
  725. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
  726. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
  727. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
  728. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
  729. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
  730. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
  731. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
  732. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
  733. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
  734. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
  735. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
  736. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
  737. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
  738. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
  739. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
  740. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
  741. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
  742. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
  743. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
  744. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
  745. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
  746. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
  747. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
  748. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
  749. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
  750. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
  751. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
  752. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
  753. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
  754. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
  755. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
  756. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
  757. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
  758. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
  759. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
  760. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
  761. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
  762. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
  763. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
  764. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
  765. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
  766. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
  767. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
  768. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
  769. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
  770. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
  771. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
  772. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
  773. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
  774. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
  775. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
  776. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
  777. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
  778. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
  779. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
  780. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
  781. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
  782. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
  783. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
  784. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
  785. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
  786. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
  787. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
  788. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
  789. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
  790. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
  791. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
  792. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
  793. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
  794. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
  795. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
  796. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
  797. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
  798. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
  799. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
  800. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
  801. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
  802. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
  803. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
  804. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
  805. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
  806. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
  807. /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
  808.  
  809. > Task :green:stripProductionGoogleReleaseDebugSymbols
  810. Unable to strip the following libraries, packaging them as they are: libbreez_sdk_bindings.so, libc++_shared.so, libcountly_native.so, libgreenaddress.so, libjnidispatch.so, librive-android.so.
  811.  
  812. > Task :common:compileReleaseKotlinAndroid
  813. w: Opt-in requirement marker kotlinx.cinterop.ExperimentalForeignApi is unresolved. Please make sure it's present in the module dependencies
  814. w: file:///mnt/common/src/androidMain/kotlin/com/blockstream/common/database/Database.android.kt:8:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
  815. w: file:///mnt/common/src/androidMain/kotlin/com/blockstream/common/utils/DecimalFormat.kt:8:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
  816. w: file:///mnt/common/src/androidMain/kotlin/com/blockstream/common/utils/DecimalFormat.kt:72:5 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
  817. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/CountlyBase.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  818. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/CountlyBase.kt:857:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  819. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/CountlyBase.kt:866:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  820. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/ApplicationSettings.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  821. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/ApplicationSettings.kt:17:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  822. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/CountlyAsset.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  823. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/CountlyAsset.kt:13:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  824. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/DenominatedValue.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  825. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/DenominatedValue.kt:19:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  826. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/DenominatedValue.kt:79:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  827. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/DeviceIdentifier.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  828. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/DeviceIdentifier.kt:13:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  829. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/EnrichedAsset.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  830. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/EnrichedAsset.kt:18:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  831. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:4:41 'CommonParceler<T>' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  832. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:5:41 'ParcelReader' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  833. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:6:41 'ParcelWriter' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  834. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:8:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  835. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:9:41 'typealias TypeParceler<T, P> = TypeParceler<T, P>' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  836. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:25:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  837. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:87:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  838. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:88:2 'typealias TypeParceler<T, P> = TypeParceler<T, P>' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  839. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:253:34 'CommonParceler<T>' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  840. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:254:33 'ParcelReader' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  841. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:255:16 'readString(): String' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  842. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:256:16 'readString(): String' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  843. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:257:16 'readString(): String' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  844. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:258:16 'readString(): String' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  845. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:259:16 'readLong(): Long' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  846. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:260:16 'readBoolean(): Boolean' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  847. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:261:16 'readBoolean(): Boolean' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  848. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:262:16 'readBoolean(): Boolean' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  849. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:263:16 'readBoolean(): Boolean' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  850. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:264:16 'readStringOrNull(): String?' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  851. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:265:16 'readStringOrNull(): String?' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  852. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:266:16 'readStringOrNull(): String?' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  853. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:267:16 'readLong(): Long' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  854. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:270:39 'ParcelWriter' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  855. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:271:16 'writeString(String): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  856. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:272:16 'writeString(String): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  857. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:273:16 'writeString(String): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  858. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:274:16 'writeString(String): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  859. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:275:16 'writeLong(Long): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  860. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:276:16 'writeBoolean(Boolean): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  861. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:277:16 'writeBoolean(Boolean): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  862. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:278:16 'writeBoolean(Boolean): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  863. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:279:16 'writeBoolean(Boolean): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  864. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:280:16 'writeStringOrNull(String?): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  865. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:281:16 'writeStringOrNull(String?): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  866. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:282:16 'writeStringOrNull(String?): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  867. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:283:16 'writeLong(Long): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  868. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/LnUrlAuthRequest.kt:6:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  869. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/LnUrlAuthRequest.kt:8:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  870. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/LnUrlWithdrawRequest.kt:6:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  871. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/LnUrlWithdrawRequest.kt:8:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  872. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/ScanResult.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  873. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/ScanResult.kt:8:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  874. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/SetupArgs.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  875. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/SetupArgs.kt:12:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  876. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/WalletExtras.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  877. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/WalletExtras.kt:10:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  878. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/database/Database.kt:20:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
  879. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/GdkSession.kt:487:107 Name shadowed: network
  880. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Account.kt:3:41 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  881. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Account.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  882. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Account.kt:14:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  883. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Account.kt:41:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  884. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Account.kt:45:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  885. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Account.kt:50:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  886. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Account.kt:54:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  887. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Account.kt:97:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  888. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Account.kt:110:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  889. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/AccountAsset.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  890. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/AccountAsset.kt:10:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  891. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Address.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  892. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Address.kt:10:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  893. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Asset.kt:6:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  894. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Asset.kt:15:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  895. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Asset.kt:39:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  896. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Balance.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  897. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Balance.kt:22:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  898. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/BcurDecodedData.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  899. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/BcurDecodedData.kt:11:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  900. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/BcurEncodedData.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  901. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/BcurEncodedData.kt:9:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  902. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Credentials.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  903. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Credentials.kt:10:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  904. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Device.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  905. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Device.kt:13:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  906. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/FeeEstimation.kt:3:41 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  907. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/FeeEstimation.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  908. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/FeeEstimation.kt:11:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  909. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/FeeEstimation.kt:17:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  910. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/InputOutput.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  911. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/InputOutput.kt:18:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  912. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Network.kt:3:41 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  913. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Network.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  914. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Network.kt:12:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  915. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Network.kt:91:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  916. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Network.kt:96:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  917. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Network.kt:101:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  918. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Settings.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  919. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Settings.kt:21:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  920. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Settings.kt:92:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  921. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Settings.kt:102:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  922. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/SubAccount.kt:3:41 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  923. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/SubAccount.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  924. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/SubAccount.kt:12:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  925. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/SubAccount.kt:32:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  926. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/SubAccount.kt:42:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  927. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/SwapProposal.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  928. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/SwapProposal.kt:9:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  929. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/SwapProposal.kt:21:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  930. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Transaction.kt:4:41 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  931. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Transaction.kt:6:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  932. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Transaction.kt:17:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  933. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Transaction.kt:77:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  934. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Transaction.kt:96:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  935. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Transaction.kt:108:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  936. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Transaction.kt:197:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  937. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/TwoFactorConfig.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  938. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/TwoFactorConfig.kt:10:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  939. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/TwoFactorMethodConfig.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  940. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/TwoFactorMethodConfig.kt:10:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  941. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/TwoFactorReset.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  942. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/TwoFactorReset.kt:10:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  943. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/UtxoView.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  944. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/UtxoView.kt:9:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  945. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:3:41 'CommonParceler<T>' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  946. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:4:41 'ParcelReader' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  947. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:5:41 'ParcelWriter' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  948. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:7:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  949. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:8:41 'typealias TypeParceler<T, P> = TypeParceler<T, P>' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  950. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:20:39 'CommonParceler<T>' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  951. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:21:33 'ParcelReader' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  952. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:21:70 'readStringOrNull(): String?' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  953. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:24:45 'ParcelWriter' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  954. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:25:16 'writeStringOrNull(String?): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  955. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:29:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  956. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:30:2 'typealias TypeParceler<T, P> = TypeParceler<T, P>' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  957. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:38:9 Property would not be serialized into a 'Parcel'. Add '@IgnoredOnParcel' annotation to remove the warning
  958. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/looks/AccountTypeLook.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  959. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/looks/AccountTypeLook.kt:10:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  960. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/models/lightning/RecoverFundsViewModel.kt:185:24 Parameter 'customFee' is never used, could be renamed to _
  961. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/models/overview/AccountOverviewViewModel.kt:110:35 Parameter 'banner' is never used, could be renamed to _
  962. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/models/send/SendViewModel.kt:133:21 Variable 'tx' is never used
  963. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/models/settings/TwoFactorSetupViewModel.kt:139:56 Unnecessary safe call on a non-null receiver of type String
  964. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/models/settings/TwoFactorSetupViewModel.kt:145:40 Unnecessary safe call on a non-null receiver of type String
  965. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/models/settings/TwoFactorSetupViewModel.kt:145:57 Elvis operator (?:) always returns the left operand of non-nullable type Boolean
  966. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/utils/DecimalFormat.kt:4:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
  967. w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/utils/DecimalFormat.kt:16:15 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
  968.  
  969. > Task :hardware:compileReleaseJavaWithJavac
  970. Note: Some input files use or override a deprecated API.
  971. Note: Recompile with -Xlint:deprecation for details.
  972. Note: Some input files use unchecked or unsafe operations.
  973. Note: Recompile with -Xlint:unchecked for details.
  974.  
  975. > Task :compose:compileReleaseKotlin
  976. w: file:///mnt/compose/src/main/java/com/blockstream/compose/components/GreenAccountAsset.kt:37:5 Parameter 'withBalance' is never used
  977. w: file:///mnt/compose/src/main/java/com/blockstream/compose/components/GreenAmountField.kt:63:21 Variable 'isError' is never used
  978. w: file:///mnt/compose/src/main/java/com/blockstream/compose/components/SlideToUnlock.kt:252:9 Variable 'hintTextColor' is never used
  979. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/HomeScreen.kt:59:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  980. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/about/AboutScreen.kt:55:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  981. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/jade/JadeQRScreen.kt:64:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  982. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/login/LoginScreen.kt:52:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  983. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/login/LoginScreen.kt:108:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  984. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/login/LoginScreen.kt:118:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  985. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/SetupNewWalletScreen.kt:53:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  986. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/hardware/UseHardwareDeviceScreen.kt:59:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  987. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/phone/AddWalletScreen.kt:48:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  988. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/phone/EnterRecoveryPhraseScreen.kt:55:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  989. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/phone/EnterRecoveryPhraseScreen.kt:97:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  990. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/phone/EnterRecoveryPhraseScreen.kt:102:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  991. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/phone/PinScreen.kt:23:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  992. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/phone/PinScreen.kt:44:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  993. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/phone/PinScreen.kt:48:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  994. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/watchonly/WatchOnlyCredentialsScreen.kt:49:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  995. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/watchonly/WatchOnlyCredentialsScreen.kt:91:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  996. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/watchonly/WatchOnlyCredentialsScreen.kt:95:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  997. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/watchonly/WatchOnlyCredentialsScreen.kt:191:25 Name shadowed: isOutputDescriptors
  998. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/watchonly/WatchOnlyNetworkScreen.kt:37:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  999. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/watchonly/WatchOnlyPolicyScreen.kt:35:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1000. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/overview/WalletOverviewScreen.kt:34:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1001. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/overview/WalletOverviewScreen.kt:53:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1002. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/overview/WalletOverviewScreen.kt:59:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1003. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/receive/ReceiveScreen.kt:38:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1004. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/receive/ReceiveScreen.kt:68:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1005. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/receive/ReceiveScreen.kt:75:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1006. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryCheckScreen.kt:31:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1007. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryCheckScreen.kt:55:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1008. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryCheckScreen.kt:63:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1009. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryIntroScreen.kt:33:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1010. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryIntroScreen.kt:61:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1011. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryIntroScreen.kt:67:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1012. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryPhraseScreen.kt:85:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1013. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryWordsScreen.kt:32:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1014. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryWordsScreen.kt:57:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1015. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryWordsScreen.kt:65:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1016. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/send/SweepScreen.kt:36:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1017. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/send/SweepScreen.kt:88:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1018. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/send/SweepScreen.kt:96:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1019. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/settings/AppSettingsScreen.kt:66:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1020. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/settings/WalletSettingsScreen.kt:40:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1021. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/settings/WalletSettingsScreen.kt:78:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1022. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/settings/WalletSettingsScreen.kt:86:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1023. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/transaction/TransactionScreen.kt:34:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1024. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/transaction/TransactionScreen.kt:83:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1025. w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/transaction/TransactionScreen.kt:88:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1026. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/AccountsBottomSheet.kt:14:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1027. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/AccountsBottomSheet.kt:29:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1028. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/AccountsBottomSheet.kt:36:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1029. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/AnalyticsBottomSheet.kt:58:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1030. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/AssetDetailsBottomSheet.kt:19:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1031. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/AssetDetailsBottomSheet.kt:38:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1032. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/AssetDetailsBottomSheet.kt:46:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1033. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/Bip39PassphraseBottomSheet.kt:32:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1034. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/Bip39PassphraseBottomSheet.kt:55:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1035. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/Bip39PassphraseBottomSheet.kt:62:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1036. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/CameraBottomSheet.kt:34:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1037. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/EnvironmentBottomSheet.kt:17:39 Parameter 'menuEntry' is never used, could be renamed to _
  1038. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/FeeRateBottomSheet.kt:56:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1039. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/MenuBottomSheet.kt:17:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1040. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/MenuBottomSheet.kt:27:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1041. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/MenuBottomSheet.kt:34:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1042. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/MenuBottomSheet.kt:46:36 Parameter 'menuEntry' is never used, could be renamed to _
  1043. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/MenuBottomSheet.kt:119:34 Parameter 'position' is never used, could be renamed to _
  1044. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/MenuBottomSheet.kt:119:44 Parameter 'menuEntry' is never used, could be renamed to _
  1045. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/NoteBottomSheet.kt:23:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1046. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/NoteBottomSheet.kt:40:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1047. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/NoteBottomSheet.kt:44:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1048. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/RecoveryHelpBottomSheet.kt:27:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1049. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/TransactionDetailsBottomSheet.kt:21:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1050. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/TransactionDetailsBottomSheet.kt:41:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1051. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/TransactionDetailsBottomSheet.kt:48:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1052. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/WalletDeleteBottomSheet.kt:39:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1053. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/WalletRenameBottomSheet.kt:29:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1054. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/WalletRenameBottomSheet.kt:45:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
  1055. w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/WalletRenameBottomSheet.kt:49:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
  1056. w: file:///mnt/compose/src/main/java/com/blockstream/compose/utils/Modifiers.kt:44:1 Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types
  1057.  
  1058. > Task :green:compileProductionGoogleReleaseKotlin
  1059. w: file:///mnt/green/src/main/java/com/blockstream/green/extensions/BindExtensions.kt:83:25 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
  1060. w: file:///mnt/green/src/main/java/com/blockstream/green/extensions/BindExtensions.kt:132:38 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
  1061. w: file:///mnt/green/src/main/java/com/blockstream/green/looks/AssetLook.kt:44:25 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
  1062. w: file:///mnt/green/src/main/java/com/blockstream/green/managers/NotificationManager.kt:254:9 Parameter 'satoshi' is never used
  1063. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/DemoFragment.kt:48:24 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
  1064. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/bottomsheets/LightningNodeBottomSheetFragment.kt:131:116 Parameter 'item' is never used, could be renamed to _
  1065. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/bottomsheets/LightningNodeBottomSheetFragment.kt:145:120 Parameter 'item' is never used, could be renamed to _
  1066. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/devices/AbstractDeviceFragment.kt:95:35 'enable(): Boolean' is deprecated. Deprecated in Java
  1067. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/items/AssetAccountsListItem.kt:49:23 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
  1068. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/items/AssetListItem.kt:61:23 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
  1069. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/items/AssetSmallListItem.kt:27:25 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
  1070. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/items/AssetSmallListItem.kt:30:25 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
  1071. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/items/TitleExpandableListItem.kt:32:32 'animate(View): ViewPropertyAnimatorCompat' is deprecated. Deprecated in Java
  1072. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/items/TitleExpandableListItem.kt:34:32 'animate(View): ViewPropertyAnimatorCompat' is deprecated. Deprecated in Java
  1073. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:161:25 Unnecessary safe call on a non-null receiver of type MutableList<AddressParamsLiveData>
  1074. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:174:55 Unnecessary safe call on a non-null receiver of type AddressParamsLiveData
  1075. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:333:25 Unnecessary safe call on a non-null receiver of type MutableList<AddressParamsLiveData>
  1076. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:373:33 Unnecessary non-null assertion (!!) on a non-null receiver of type MutableList<AddressParamsLiveData>
  1077. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:562:25 Unnecessary safe call on a non-null receiver of type MutableList<AddressParamsLiveData>
  1078. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:566:25 Unnecessary safe call on a non-null receiver of type MutableList<AddressParamsLiveData>
  1079. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:92:30 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
  1080. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:111:28 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
  1081. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:124:30 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
  1082. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:144:28 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
  1083. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:183:35 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
  1084. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:185:40 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
  1085. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:198:30 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
  1086. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:200:35 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
  1087. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapViewModel.kt:272:44 Unnecessary non-null assertion (!!) on a non-null receiver of type SwapProposal
  1088. w: file:///mnt/green/src/main/java/com/blockstream/green/utils/Conversions.kt:246:33 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
  1089. w: file:///mnt/green/src/main/java/com/blockstream/green/utils/Conversions.kt:247:33 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
  1090. w: file:///mnt/green/src/main/java/com/blockstream/green/utils/Utils.kt:264:21 Name shadowed: text
  1091.  
  1092. > Task :green:generateProductionGoogleReleaseLintVitalReportModel
  1093. Generating lint files for com.tools.android:desugar_jdk_libs_configuration:2.0.4 (compile API R)
  1094. The message received from the daemon indicates that the daemon has disappeared.
  1095. Build request sent: Build{id=1a6aedd4-ae02-47b2-a45b-387e640eb3b1, currentDir=/mnt}
  1096. Attempting to read last messages from the daemon log...
  1097. Daemon pid: 1577
  1098.  log file: /root/.gradle/daemon/8.7/daemon-1577.out.log
  1099. ----- Last  20 lines from daemon log file - daemon-1577.out.log -----
  1100. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/items/TitleExpandableListItem.kt:34:32 'animate(View): ViewPropertyAnimatorCompat' is deprecated. Deprecated in Java
  1101. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:161:25 Unnecessary safe call on a non-null receiver of type MutableList<AddressParamsLiveData>
  1102. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:174:55 Unnecessary safe call on a non-null receiver of type AddressParamsLiveData
  1103. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:333:25 Unnecessary safe call on a non-null receiver of type MutableList<AddressParamsLiveData>
  1104. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:373:33 Unnecessary non-null assertion (!!) on a non-null receiver of type MutableList<AddressParamsLiveData>
  1105. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:562:25 Unnecessary safe call on a non-null receiver of type MutableList<AddressParamsLiveData>
  1106. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:566:25 Unnecessary safe call on a non-null receiver of type MutableList<AddressParamsLiveData>
  1107. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:92:30 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
  1108. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:111:28 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
  1109. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:124:30 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
  1110. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:144:28 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
  1111. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:183:35 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
  1112. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:185:40 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
  1113. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:198:30 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
  1114. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:200:35 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
  1115. w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapViewModel.kt:272:44 Unnecessary non-null assertion (!!) on a non-null receiver of type SwapProposal
  1116. w: file:///mnt/green/src/main/java/com/blockstream/green/utils/Conversions.kt:246:33 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
  1117. w: file:///mnt/green/src/main/java/com/blockstream/green/utils/Conversions.kt:247:33 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
  1118. w: file:///mnt/green/src/main/java/com/blockstream/green/utils/Utils.kt:264:21 Name shadowed: text
  1119. Generating lint files for com.tools.android:desugar_jdk_libs_configuration:2.0.4 (compile API R)
  1120. ----- End of the daemon log -----
  1121.  
  1122.  
  1123. FAILURE: Build failed with an exception.
  1124.  
  1125. * What went wrong:
  1126. Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)
  1127.  
  1128. * Try:
  1129. > Run with --info or --debug option to get more log output.
  1130. > Run with --scan to get full insights.
  1131. > Get more help at https://help.gradle.org.
  1132.  
  1133. * Exception is:
  1134. org.gradle.launcher.daemon.client.DaemonDisappearedException: Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)
  1135.        at org.gradle.launcher.daemon.client.DaemonClient.handleDaemonDisappearance(DaemonClient.java:273)
  1136.        at org.gradle.launcher.daemon.client.DaemonClient.monitorBuild(DaemonClient.java:246)
  1137.        at org.gradle.launcher.daemon.client.DaemonClient.executeBuild(DaemonClient.java:201)
  1138.        at org.gradle.launcher.daemon.client.DaemonClient.execute(DaemonClient.java:151)
  1139.        at org.gradle.launcher.daemon.client.DaemonClient.execute(DaemonClient.java:97)
  1140.        at org.gradle.launcher.cli.RunBuildAction.run(RunBuildAction.java:57)
  1141.        at org.gradle.internal.Actions$RunnableActionAdapter.execute(Actions.java:167)
  1142.        at org.gradle.launcher.cli.DefaultCommandLineActionFactory$ParseAndBuildAction.execute(DefaultCommandLineActionFactory.java:259)
  1143.        at org.gradle.launcher.cli.DefaultCommandLineActionFactory$ParseAndBuildAction.execute(DefaultCommandLineActionFactory.java:230)
  1144.        at org.gradle.launcher.cli.DebugLoggerWarningAction.execute(DebugLoggerWarningAction.java:74)
  1145.        at org.gradle.launcher.cli.DebugLoggerWarningAction.execute(DebugLoggerWarningAction.java:30)
  1146.        at org.gradle.launcher.cli.WelcomeMessageAction.execute(WelcomeMessageAction.java:96)
  1147.        at org.gradle.launcher.cli.WelcomeMessageAction.execute(WelcomeMessageAction.java:40)
  1148.        at org.gradle.launcher.cli.NativeServicesInitializingAction.execute(NativeServicesInitializingAction.java:44)
  1149.        at org.gradle.launcher.cli.NativeServicesInitializingAction.execute(NativeServicesInitializingAction.java:26)
  1150.        at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:41)
  1151.        at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:26)
  1152.        at org.gradle.launcher.cli.DefaultCommandLineActionFactory$WithLogging.execute(DefaultCommandLineActionFactory.java:361)
  1153.        at org.gradle.launcher.Main.doAction(Main.java:35)
  1154.        at org.gradle.launcher.bootstrap.EntryPoint.run(EntryPoint.java:50)
  1155.        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1156.        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
  1157.        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1158.        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
  1159.        at org.gradle.launcher.bootstrap.ProcessBootstrap.runNoExit(ProcessBootstrap.java:60)
  1160.        at org.gradle.launcher.bootstrap.ProcessBootstrap.run(ProcessBootstrap.java:37)
  1161.        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1162.        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
  1163.        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1164.        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
  1165.        at org.gradle.launcher.GradleMain.main(GradleMain.java:34)
  1166.        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1167.        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
  1168.        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1169.        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
  1170.        at org.gradle.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:35)
  1171.        at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:110)
  1172.        at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:66)
  1173.  
  1174. + echo 'CTRL-D to continue'
  1175. CTRL-D to continue
  1176. + bash
  1177. root@ed71d5e26cb9:/mnt# exit
  1178. + result
  1179. + fromPlayUnzipped=/tmp/fromPlay_com.greenaddress.greenbits_android_wallet_22000428
  1180. + fromBuildUnzipped=/tmp/fromBuild_com.greenaddress.greenbits_android_wallet_22000428
  1181. + rm -rf /tmp/fromBuild_com.greenaddress.greenbits_android_wallet_22000428 /tmp/fromPlay_com.greenaddress.greenbits_android_wallet_22000428
  1182. + unzip -d /tmp/fromPlay_com.greenaddress.greenbits_android_wallet_22000428 -qq /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
  1183. + unzip -d /tmp/fromBuild_com.greenaddress.greenbits_android_wallet_22000428 -qq /tmp/test_com.greenaddress.greenbits_android_wallet/app/green/build/outputs/apk/productionGoogle/release/BlockstreamGreen-v4.0.28-productionGoogle-release-unsigned.apk
  1184. unzip:  cannot find or open /tmp/test_com.greenaddress.greenbits_android_wallet/app/green/build/outputs/apk/productionGoogle/release/BlockstreamGreen-v4.0.28-productionGoogle-release-unsigned.apk, /tmp/test_com.greenaddress.greenbits_android_wallet/app/green/build/outputs/apk/productionGoogle/release/BlockstreamGreen-v4.0.28-productionGoogle-release-unsigned.apk.zip or /tmp/test_com.greenaddress.greenbits_android_wallet/app/green/build/outputs/apk/productionGoogle/release/BlockstreamGreen-v4.0.28-productionGoogle-release-unsigned.apk.ZIP.
  1185. + exit 1
  1186.  
Add Comment
Please, Sign In to add comment