dannybuntu

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

Jun 5th, 2024
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 150.68 KB | Source Code | 0 0
  1. danny@lw10:~/work/builds/com.greenaddress.greenbits_android_wallet/green_android/contrib$ nano Dockerfile
  2. danny@lw10:~/work/builds/com.greenaddress.greenbits_android_wallet/green_android/contrib$ ls
  3. blockstream_keys.txt  bullseye_deps.sh  Dockerfile  entrypoint.sh  gradle  gradlew  sign_assembled.sh
  4. danny@lw10:~/work/builds/com.greenaddress.greenbits_android_wallet/green_android/contrib$ nano bullseye_deps.sh
  5. danny@lw10:~/work/builds/com.greenaddress.greenbits_android_wallet/green_android/contrib$ nano Dockerfile
  6. danny@lw10:~/work/builds/com.greenaddress.greenbits_android_wallet/green_android/contrib$ nano entrypoint.sh
  7. danny@lw10:~/work/builds/com.greenaddress.greenbits_android_wallet/green_android/contrib$ docker build -t green_android_builder .
  8. Sending build context to Docker daemon  88.58kB
  9. Step 1/11 : FROM debian:bullseye@sha256:e8c184b56a94db0947a9d51ec68f42ef5584442f20547fa3bd8cbd00203b2e7a
  10.  ---> 827e5611389a
  11. Step 2/11 : COPY bullseye_deps.sh /deps.sh
  12.  ---> Using cache
  13.  ---> b49739c87480
  14. Step 3/11 : RUN /deps.sh && rm /deps.sh
  15.  ---> Using cache
  16.  ---> 4dea6c0bb9da
  17. Step 4/11 : VOLUME /ga
  18.  ---> Using cache
  19.  ---> dee220a2bd44
  20. Step 5/11 : ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
  21.  ---> Running in 0029c42f60c5
  22. Removing intermediate container 0029c42f60c5
  23.  ---> 52166035b85b
  24. Step 6/11 : ENV ANDROID_HOME=/opt
  25.  ---> Running in 16faefa32ace
  26. Removing intermediate container 16faefa32ace
  27.  ---> b4485f8c91f7
  28. Step 7/11 : COPY gradle /gradle
  29.  ---> a278e5ad212e
  30. Step 8/11 : COPY gradlew /gradlew
  31.  ---> b987eb2a86aa
  32. Step 9/11 : RUN ./gradlew --version && rm -rf /gradle*
  33.  ---> Running in 01ec1e3a3341
  34. Downloading https://services.gradle.org/distributions/gradle-8.1.1-bin.zip
  35. ...........10%............20%............30%............40%............50%............60%............70%............80%...........90%............100%
  36.  
  37. Welcome to Gradle 8.1.1!
  38.  
  39. Here are the highlights of this release:
  40.  - Stable configuration cache
  41.  - Experimental Kotlin DSL assignment syntax
  42.  - Building with Java 20
  43.  
  44. For more details see https://docs.gradle.org/8.1.1/release-notes.html
  45.  
  46.  
  47. ------------------------------------------------------------
  48. Gradle 8.1.1
  49. ------------------------------------------------------------
  50.  
  51. Build time:   2023-04-21 12:31:26 UTC
  52. Revision:     1cf537a851c635c364a4214885f8b9798051175b
  53.  
  54. Kotlin:       1.8.10
  55. Groovy:       3.0.15
  56. Ant:          Apache Ant(TM) version 1.10.11 compiled on July 10 2021
  57. JVM:          17.0.11 (Debian 17.0.11+9-Debian-1deb11u1)
  58. OS:           Linux 6.1.0-20-amd64 amd64
  59.  
  60. Removing intermediate container 01ec1e3a3341
  61.  ---> e748b6fb3136
  62. Step 10/11 : COPY entrypoint.sh /entrypoint.sh
  63.  ---> 1889fbaeda41
  64. Step 11/11 : ENTRYPOINT ["/entrypoint.sh"]
  65.  ---> Running in c78b60f06c2a
  66. Removing intermediate container c78b60f06c2a
  67.  ---> 9f71c6578386
  68. Successfully built 9f71c6578386
  69. Successfully tagged green_android_builder:latest
  70. danny@lw10:~/work/builds/com.greenaddress.greenbits_android_wallet/green_android/contrib$ cd ..
  71. danny@lw10:~/work/builds/com.greenaddress.greenbits_android_wallet/green_android$ docker run -it -v $PWD:/ga green_android_builder
  72.  
  73. Run Gradle task: assembleProductionGoogleRelease...
  74.  
  75. Downloading https://services.gradle.org/distributions/gradle-8.7-bin.zip
  76. ............10%.............20%.............30%.............40%............50%.............60%.............70%.............80%.............90%............100%
  77.  
  78. Welcome to Gradle 8.7!
  79.  
  80. Here are the highlights of this release:
  81.  - Compiling and testing with Java 22
  82.  - Cacheable Groovy script compilation
  83.  - New methods in lazy collection properties
  84.  
  85. For more details see https://docs.gradle.org/8.7/release-notes.html
  86.  
  87. Starting a Gradle Daemon (subsequent builds will be faster)
  88. Type-safe project accessors is an incubating feature.
  89.  
  90. > Configure project :common
  91.  
  92. Please wait while Kotlin/Native compiler 1.9.23 is being installed.
  93. Download kotlin-native-prebuilt-linux-x86_64-1.9.23.tar.gz finished, took 2 s 955 ms
  94. Unpack Kotlin/Native compiler to /root/.konan/kotlin-native-prebuilt-linux-x86_64-1.9.23
  95. Unpack Kotlin/Native compiler to /root/.konan/kotlin-native-prebuilt-linux-x86_64-1.9.23 finished, took 3 s 802 ms
  96. w: Kotlin Multiplatform <-> Android Gradle Plugin compatibility issue:
  97. The applied Android Gradle Plugin version (8.4.1) is higher
  98. than the maximum known to the Kotlin Gradle Plugin.
  99. Tooling stability in such configuration isn't tested, please report encountered issues to https://kotl.in/issue"
  100.  
  101. Minimum supported Android Gradle Plugin version: 7.0
  102. Maximum tested Android Gradle Plugin version: 8.2
  103.  
  104. To suppress this message add 'kotlin.mpp.androidGradlePluginCompatibility.nowarn=true' to your gradle.properties
  105.  
  106. Path for java installation '/usr/lib/jvm/openjdk-17' (Common Linux Locations) does not contain a java executable
  107. Path for java installation '/usr/lib/jvm/openjdk-11' (Common Linux Locations) does not contain a java executable
  108. Observed package id 'build-tools;30.0.3' in inconsistent location '/opt/android-sdk-linux/build-tools/30.0.3' (Expected '/opt/build-tools/30.0.3')
  109. Observed package id 'build-tools;33.0.1' in inconsistent location '/opt/android-sdk-linux/build-tools/33.0.1' (Expected '/opt/build-tools/33.0.1')
  110. Observed package id 'build-tools;33.0.2' in inconsistent location '/opt/android-sdk-linux/build-tools/33.0.2' (Expected '/opt/build-tools/33.0.2')
  111. Observed package id 'build-tools;34.0.0' in inconsistent location '/opt/android-sdk-linux/build-tools/34.0.0' (Expected '/opt/build-tools/34.0.0')
  112. Observed package id 'emulator' in inconsistent location '/opt/android-sdk-linux/emulator' (Expected '/opt/emulator')
  113. Observed package id 'extras;android;m2repository' in inconsistent location '/opt/android-sdk-linux/extras/android/m2repository' (Expected '/opt/extras/android/m2repository')
  114. Observed package id 'extras;google;m2repository' in inconsistent location '/opt/android-sdk-linux/extras/google/m2repository' (Expected '/opt/extras/google/m2repository')
  115. Observed package id 'platform-tools' in inconsistent location '/opt/android-sdk-linux/platform-tools' (Expected '/opt/platform-tools')
  116. Observed package id 'platforms;android-34' in inconsistent location '/opt/android-sdk-linux/platforms/android-34' (Expected '/opt/platforms/android-34')
  117. Observed package id 'tools' in inconsistent location '/opt/android-sdk-linux/tools' (Expected '/opt/tools')
  118.  
  119. > Task :gdk:fetchAndroidBinaries
  120. GDK: Binaries in /ga/gdk/src/main/jniLibs does not exist. Executing ./fetch_android_binaries.sh
  121. Downloading from https://github.com/Blockstream/gdk/releases/download/release_0.71.1/gdk-android-jni.tar.gz
  122. Validating checksum 208264a0d85f802c98c472c2481e43ac1a8a81a4e1429b4a09773a8ec082e1da
  123. gdk-android-jni.tar.gz: OK
  124. gdk-android-jni/
  125. gdk-android-jni/lib/
  126. gdk-android-jni/lib/armeabi-v7a/
  127. gdk-android-jni/lib/armeabi-v7a/libgreenaddress.so
  128. gdk-android-jni/lib/x86/
  129. gdk-android-jni/lib/x86/libgreenaddress.so
  130. gdk-android-jni/lib/arm64-v8a/
  131. gdk-android-jni/lib/arm64-v8a/libgreenaddress.so
  132. gdk-android-jni/lib/x86_64/
  133. gdk-android-jni/lib/x86_64/libgreenaddress.so
  134. gdk-android-jni/share/
  135. gdk-android-jni/share/java/
  136. gdk-android-jni/share/java/com/
  137. gdk-android-jni/share/java/com/blockstream/
  138. gdk-android-jni/share/java/com/blockstream/libwally/
  139. gdk-android-jni/share/java/com/blockstream/libwally/Wally.java
  140. gdk-android-jni/share/java/com/blockstream/libgreenaddress/
  141. gdk-android-jni/share/java/com/blockstream/libgreenaddress/GDKJNI.java
  142.  
  143. > Task :green:appKeys
  144. AppKeys: Use empty key file
  145.  
  146. > Task :gdk:generateReleaseLintModel
  147. Generating lint files for backported methods only (compile API B)
  148.  
  149. > Task :gdk:stripReleaseDebugSymbols
  150. Unable to strip the following libraries, packaging them as they are: libgreenaddress.so.
  151.  
  152. > Task :green:mergeProductionGoogleReleaseResources
  153. /ga/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?
  154. /ga/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?
  155. /ga/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?
  156. /ga/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?
  157. /ga/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?
  158. /ga/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?
  159. /ga/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?
  160. /ga/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?
  161. /ga/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?
  162. /ga/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?
  163. /ga/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?
  164. /ga/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?
  165. /ga/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?
  166. /ga/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?
  167. /ga/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?
  168. /ga/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?
  169. /ga/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?
  170. /ga/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?
  171. /ga/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?
  172. /ga/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?
  173. /ga/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?
  174. /ga/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?
  175. /ga/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?
  176. /ga/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?
  177. /ga/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?
  178. /ga/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?
  179. /ga/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?
  180. /ga/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?
  181. /ga/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?
  182. /ga/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?
  183. /ga/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?
  184. /ga/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?
  185. /ga/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?
  186. /ga/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?
  187. /ga/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?
  188. /ga/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?
  189. /ga/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?
  190. /ga/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?
  191. /ga/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?
  192. /ga/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?
  193. /ga/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?
  194. /ga/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?
  195. /ga/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?
  196. /ga/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?
  197. /ga/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?
  198. /ga/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?
  199. /ga/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?
  200. /ga/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?
  201. /ga/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?
  202. /ga/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?
  203. /ga/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?
  204. /ga/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?
  205. /ga/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?
  206. /ga/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?
  207. /ga/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?
  208. /ga/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?
  209. /ga/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?
  210. /ga/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?
  211. /ga/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?
  212. /ga/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?
  213. /ga/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?
  214. /ga/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?
  215. /ga/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?
  216. /ga/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?
  217. /ga/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?
  218. /ga/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?
  219. /ga/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?
  220. /ga/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?
  221. /ga/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?
  222. /ga/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?
  223. /ga/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?
  224. /ga/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?
  225. /ga/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?
  226. /ga/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?
  227. /ga/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?
  228. /ga/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?
  229. /ga/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?
  230. /ga/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?
  231. /ga/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?
  232. /ga/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?
  233. /ga/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?
  234. /ga/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?
  235. /ga/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?
  236. /ga/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?
  237. /ga/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?
  238. /ga/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?
  239. /ga/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?
  240. /ga/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?
  241. /ga/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?
  242. /ga/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?
  243. /ga/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?
  244. /ga/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?
  245. /ga/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?
  246. /ga/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?
  247. /ga/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?
  248. /ga/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?
  249. /ga/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?
  250. /ga/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?
  251. /ga/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?
  252. /ga/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?
  253. /ga/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?
  254. /ga/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?
  255. /ga/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?
  256. /ga/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?
  257. /ga/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?
  258. /ga/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?
  259. /ga/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?
  260. /ga/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?
  261. /ga/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?
  262. /ga/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?
  263. /ga/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?
  264. /ga/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?
  265. /ga/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?
  266. /ga/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?
  267. /ga/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?
  268. /ga/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?
  269. /ga/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?
  270. /ga/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?
  271. /ga/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?
  272. /ga/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?
  273. /ga/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?
  274. /ga/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?
  275. /ga/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?
  276. /ga/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?
  277. /ga/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?
  278. /ga/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?
  279. /ga/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?
  280. /ga/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?
  281. /ga/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?
  282. /ga/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?
  283. /ga/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?
  284. /ga/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?
  285. /ga/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?
  286. /ga/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?
  287. /ga/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?
  288. /ga/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?
  289. /ga/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?
  290. /ga/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?
  291. /ga/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?
  292. /ga/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?
  293. /ga/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?
  294. /ga/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?
  295. /ga/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?
  296. /ga/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?
  297. /ga/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?
  298. /ga/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?
  299. /ga/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?
  300. /ga/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?
  301. /ga/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?
  302. /ga/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?
  303. /ga/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?
  304. /ga/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?
  305. /ga/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?
  306. /ga/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?
  307. /ga/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?
  308. /ga/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?
  309. /ga/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?
  310. /ga/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?
  311. /ga/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?
  312. /ga/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?
  313. /ga/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?
  314. /ga/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?
  315. /ga/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?
  316. /ga/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?
  317. /ga/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?
  318. /ga/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?
  319. /ga/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?
  320. /ga/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?
  321. /ga/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?
  322. /ga/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?
  323. /ga/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?
  324. /ga/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?
  325. /ga/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?
  326. /ga/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?
  327. /ga/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?
  328. /ga/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?
  329. /ga/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?
  330. /ga/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?
  331. /ga/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?
  332. /ga/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?
  333. /ga/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?
  334. /ga/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?
  335. /ga/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?
  336. /ga/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?
  337. /ga/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?
  338. /ga/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?
  339. /ga/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?
  340. /ga/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?
  341. /ga/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?
  342. /ga/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?
  343. /ga/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?
  344. /ga/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?
  345. /ga/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?
  346. /ga/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?
  347. /ga/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?
  348. /ga/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?
  349. /ga/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?
  350. /ga/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?
  351. /ga/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?
  352. /ga/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?
  353. /ga/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?
  354. /ga/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?
  355. /ga/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?
  356. /ga/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?
  357. /ga/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?
  358. /ga/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?
  359. /ga/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?
  360. /ga/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?
  361. /ga/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?
  362. /ga/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?
  363. /ga/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?
  364. /ga/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?
  365. /ga/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?
  366. /ga/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?
  367. /ga/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?
  368. /ga/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?
  369. /ga/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?
  370. /ga/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?
  371. /ga/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?
  372. /ga/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?
  373. /ga/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?
  374. /ga/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?
  375. /ga/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?
  376. /ga/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?
  377. /ga/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?
  378. /ga/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?
  379. /ga/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?
  380. /ga/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?
  381. /ga/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?
  382. /ga/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?
  383. /ga/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?
  384. /ga/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?
  385. /ga/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?
  386. /ga/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?
  387. /ga/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?
  388. /ga/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?
  389. /ga/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?
  390. /ga/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?
  391. /ga/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?
  392. /ga/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?
  393. /ga/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?
  394. /ga/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?
  395. /ga/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?
  396. /ga/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?
  397. /ga/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?
  398. /ga/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?
  399. /ga/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?
  400. /ga/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?
  401. /ga/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?
  402. /ga/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?
  403. /ga/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?
  404. /ga/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?
  405. /ga/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?
  406. /ga/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?
  407. /ga/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?
  408. /ga/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?
  409. /ga/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?
  410. /ga/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?
  411. /ga/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?
  412. /ga/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?
  413. /ga/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?
  414. /ga/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?
  415. /ga/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?
  416. /ga/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?
  417. /ga/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?
  418. /ga/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?
  419. /ga/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?
  420. /ga/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?
  421. /ga/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?
  422. /ga/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?
  423.  
  424. > Task :green:stripProductionGoogleReleaseDebugSymbols
  425. 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.
  426.  
  427. > Task :common:compileReleaseKotlinAndroid
  428. w: Opt-in requirement marker kotlinx.cinterop.ExperimentalForeignApi is unresolved. Please make sure it's present in the module dependencies
  429. w: file:///ga/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
  430. w: file:///ga/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
  431. w: file:///ga/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
  432. w: file:///ga/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.
  433. w: file:///ga/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.
  434. w: file:///ga/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.
  435. w: file:///ga/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.
  436. w: file:///ga/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.
  437. w: file:///ga/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.
  438. w: file:///ga/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.
  439. w: file:///ga/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.
  440. w: file:///ga/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.
  441. w: file:///ga/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.
  442. w: file:///ga/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.
  443. w: file:///ga/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.
  444. w: file:///ga/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.
  445. w: file:///ga/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.
  446. w: file:///ga/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.
  447. w: file:///ga/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.
  448. w: file:///ga/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.
  449. w: file:///ga/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.
  450. w: file:///ga/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.
  451. w: file:///ga/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.
  452. w: file:///ga/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.
  453. w: file:///ga/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.
  454. w: file:///ga/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.
  455. w: file:///ga/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.
  456. w: file:///ga/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.
  457. w: file:///ga/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.
  458. w: file:///ga/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.
  459. w: file:///ga/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.
  460. w: file:///ga/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.
  461. w: file:///ga/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.
  462. w: file:///ga/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.
  463. w: file:///ga/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.
  464. w: file:///ga/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.
  465. w: file:///ga/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.
  466. w: file:///ga/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.
  467. w: file:///ga/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.
  468. w: file:///ga/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.
  469. w: file:///ga/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.
  470. w: file:///ga/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.
  471. w: file:///ga/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.
  472. w: file:///ga/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.
  473. w: file:///ga/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.
  474. w: file:///ga/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.
  475. w: file:///ga/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.
  476. w: file:///ga/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.
  477. w: file:///ga/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.
  478. w: file:///ga/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.
  479. w: file:///ga/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.
  480. w: file:///ga/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.
  481. w: file:///ga/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.
  482. w: file:///ga/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.
  483. w: file:///ga/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.
  484. w: file:///ga/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.
  485. w: file:///ga/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.
  486. w: file:///ga/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.
  487. w: file:///ga/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.
  488. w: file:///ga/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.
  489. w: file:///ga/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.
  490. w: file:///ga/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.
  491. w: file:///ga/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.
  492. w: file:///ga/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.
  493. w: file:///ga/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
  494. w: file:///ga/common/src/commonMain/kotlin/com/blockstream/common/gdk/GdkSession.kt:487:107 Name shadowed: network
  495. w: file:///ga/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.
  496. w: file:///ga/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.
  497. w: file:///ga/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.
  498. w: file:///ga/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.
  499. w: file:///ga/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.
  500. w: file:///ga/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.
  501. w: file:///ga/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.
  502. w: file:///ga/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.
  503. w: file:///ga/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.
  504. w: file:///ga/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.
  505. w: file:///ga/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.
  506. w: file:///ga/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.
  507. w: file:///ga/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.
  508. w: file:///ga/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.
  509. w: file:///ga/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.
  510. w: file:///ga/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.
  511. w: file:///ga/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.
  512. w: file:///ga/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.
  513. w: file:///ga/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.
  514. w: file:///ga/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.
  515. w: file:///ga/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.
  516. w: file:///ga/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.
  517. w: file:///ga/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.
  518. w: file:///ga/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.
  519. w: file:///ga/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.
  520. w: file:///ga/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.
  521. w: file:///ga/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.
  522. w: file:///ga/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.
  523. w: file:///ga/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.
  524. w: file:///ga/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.
  525. w: file:///ga/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.
  526. w: file:///ga/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.
  527. w: file:///ga/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.
  528. w: file:///ga/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.
  529. w: file:///ga/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.
  530. w: file:///ga/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.
  531. w: file:///ga/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.
  532. w: file:///ga/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.
  533. w: file:///ga/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.
  534. w: file:///ga/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.
  535. w: file:///ga/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.
  536. w: file:///ga/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.
  537. w: file:///ga/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.
  538. w: file:///ga/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.
  539. w: file:///ga/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.
  540. w: file:///ga/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.
  541. w: file:///ga/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.
  542. w: file:///ga/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.
  543. w: file:///ga/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.
  544. w: file:///ga/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.
  545. w: file:///ga/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.
  546. w: file:///ga/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.
  547. w: file:///ga/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.
  548. w: file:///ga/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.
  549. w: file:///ga/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.
  550. w: file:///ga/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.
  551. w: file:///ga/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.
  552. w: file:///ga/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.
  553. w: file:///ga/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.
  554. w: file:///ga/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.
  555. w: file:///ga/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.
  556. w: file:///ga/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.
  557. w: file:///ga/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.
  558. w: file:///ga/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.
  559. w: file:///ga/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.
  560. w: file:///ga/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.
  561. w: file:///ga/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.
  562. w: file:///ga/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.
  563. w: file:///ga/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.
  564. w: file:///ga/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.
  565. w: file:///ga/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.
  566. w: file:///ga/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.
  567. w: file:///ga/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.
  568. w: file:///ga/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.
  569. w: file:///ga/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.
  570. w: file:///ga/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.
  571. w: file:///ga/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.
  572. w: file:///ga/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
  573. w: file:///ga/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.
  574. w: file:///ga/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.
  575. w: file:///ga/common/src/commonMain/kotlin/com/blockstream/common/models/lightning/RecoverFundsViewModel.kt:185:24 Parameter 'customFee' is never used, could be renamed to _
  576. w: file:///ga/common/src/commonMain/kotlin/com/blockstream/common/models/overview/AccountOverviewViewModel.kt:110:35 Parameter 'banner' is never used, could be renamed to _
  577. w: file:///ga/common/src/commonMain/kotlin/com/blockstream/common/models/send/SendViewModel.kt:133:21 Variable 'tx' is never used
  578. w: file:///ga/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
  579. w: file:///ga/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
  580.  
  581. > Task :hardware:compileReleaseJavaWithJavac
  582. Note: Some input files use or override a deprecated API.
  583. Note: Recompile with -Xlint:deprecation for details.
  584. Note: Some input files use unchecked or unsafe operations.
  585. Note: Recompile with -Xlint:unchecked for details.
  586.  
  587. > Task :compose:compileReleaseKotlin
  588. w: file:///ga/compose/src/main/java/com/blockstream/compose/components/GreenAccountAsset.kt:37:5 Parameter 'withBalance' is never used
  589. w: file:///ga/compose/src/main/java/com/blockstream/compose/components/GreenAmountField.kt:63:21 Variable 'isError' is never used
  590. w: file:///ga/compose/src/main/java/com/blockstream/compose/components/SlideToUnlock.kt:252:9 Variable 'hintTextColor' is never used
  591. w: file:///ga/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
  592. w: file:///ga/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
  593. w: file:///ga/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
  594. w: file:///ga/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.
  595. w: file:///ga/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.
  596. w: file:///ga/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
  597. w: file:///ga/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
  598. w: file:///ga/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
  599. w: file:///ga/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
  600. w: file:///ga/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.
  601. w: file:///ga/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.
  602. w: file:///ga/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
  603. w: file:///ga/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.
  604. w: file:///ga/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.
  605. w: file:///ga/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
  606. w: file:///ga/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.
  607. w: file:///ga/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.
  608. w: file:///ga/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
  609. w: file:///ga/compose/src/main/java/com/blockstream/compose/screens/onboarding/watchonly/WatchOnlyCredentialsScreen.kt:191:25 Name shadowed: isOutputDescriptors
  610. w: file:///ga/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
  611. w: file:///ga/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
  612. w: file:///ga/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.
  613. w: file:///ga/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.
  614. w: file:///ga/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
  615. w: file:///ga/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.
  616. w: file:///ga/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.
  617. w: file:///ga/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
  618. w: file:///ga/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.
  619. w: file:///ga/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.
  620. w: file:///ga/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
  621. w: file:///ga/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.
  622. w: file:///ga/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.
  623. w: file:///ga/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
  624. w: file:///ga/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
  625. w: file:///ga/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.
  626. w: file:///ga/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.
  627. w: file:///ga/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
  628. w: file:///ga/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.
  629. w: file:///ga/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.
  630. w: file:///ga/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
  631. w: file:///ga/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
  632. w: file:///ga/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.
  633. w: file:///ga/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.
  634. w: file:///ga/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
  635. w: file:///ga/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.
  636. w: file:///ga/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.
  637. w: file:///ga/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
  638. w: file:///ga/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.
  639. w: file:///ga/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.
  640. w: file:///ga/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
  641. w: file:///ga/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
  642. w: file:///ga/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.
  643. w: file:///ga/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.
  644. w: file:///ga/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
  645. w: file:///ga/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.
  646. w: file:///ga/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.
  647. w: file:///ga/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
  648. w: file:///ga/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
  649. w: file:///ga/compose/src/main/java/com/blockstream/compose/sheets/EnvironmentBottomSheet.kt:17:39 Parameter 'menuEntry' is never used, could be renamed to _
  650. w: file:///ga/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
  651. w: file:///ga/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.
  652. w: file:///ga/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.
  653. w: file:///ga/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.
  654. w: file:///ga/compose/src/main/java/com/blockstream/compose/sheets/MenuBottomSheet.kt:46:36 Parameter 'menuEntry' is never used, could be renamed to _
  655. w: file:///ga/compose/src/main/java/com/blockstream/compose/sheets/MenuBottomSheet.kt:119:34 Parameter 'position' is never used, could be renamed to _
  656. w: file:///ga/compose/src/main/java/com/blockstream/compose/sheets/MenuBottomSheet.kt:119:44 Parameter 'menuEntry' is never used, could be renamed to _
  657. w: file:///ga/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.
  658. w: file:///ga/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.
  659. w: file:///ga/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
  660. w: file:///ga/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
  661. w: file:///ga/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.
  662. w: file:///ga/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.
  663. w: file:///ga/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
  664. w: file:///ga/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
  665. w: file:///ga/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.
  666. w: file:///ga/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.
  667. w: file:///ga/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
  668. w: file:///ga/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
  669.  
  670. > Task :green:compileProductionGoogleReleaseKotlin
  671. w: file:///ga/green/src/main/java/com/blockstream/green/extensions/BindExtensions.kt:83:25 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
  672. w: file:///ga/green/src/main/java/com/blockstream/green/extensions/BindExtensions.kt:132:38 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
  673. w: file:///ga/green/src/main/java/com/blockstream/green/looks/AssetLook.kt:44:25 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
  674. w: file:///ga/green/src/main/java/com/blockstream/green/managers/NotificationManager.kt:254:9 Parameter 'satoshi' is never used
  675. w: file:///ga/green/src/main/java/com/blockstream/green/ui/DemoFragment.kt:48:24 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
  676. w: file:///ga/green/src/main/java/com/blockstream/green/ui/bottomsheets/LightningNodeBottomSheetFragment.kt:131:116 Parameter 'item' is never used, could be renamed to _
  677. w: file:///ga/green/src/main/java/com/blockstream/green/ui/bottomsheets/LightningNodeBottomSheetFragment.kt:145:120 Parameter 'item' is never used, could be renamed to _
  678. w: file:///ga/green/src/main/java/com/blockstream/green/ui/devices/AbstractDeviceFragment.kt:95:35 'enable(): Boolean' is deprecated. Deprecated in Java
  679. w: file:///ga/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
  680. w: file:///ga/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
  681. w: file:///ga/green/src/main/java/com/blockstream/green/ui/items/AssetSmallListItem.kt:27:25 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
  682. w: file:///ga/green/src/main/java/com/blockstream/green/ui/items/AssetSmallListItem.kt:30:25 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
  683. w: file:///ga/green/src/main/java/com/blockstream/green/ui/items/TitleExpandableListItem.kt:32:32 'animate(View): ViewPropertyAnimatorCompat' is deprecated. Deprecated in Java
  684. w: file:///ga/green/src/main/java/com/blockstream/green/ui/items/TitleExpandableListItem.kt:34:32 'animate(View): ViewPropertyAnimatorCompat' is deprecated. Deprecated in Java
  685. w: file:///ga/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>
  686. w: file:///ga/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:174:55 Unnecessary safe call on a non-null receiver of type AddressParamsLiveData
  687. w: file:///ga/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>
  688. w: file:///ga/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>
  689. w: file:///ga/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>
  690. w: file:///ga/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>
  691. w: file:///ga/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
  692. w: file:///ga/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
  693. w: file:///ga/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
  694. w: file:///ga/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
  695. w: file:///ga/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:183:35 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
  696. w: file:///ga/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:185:40 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
  697. w: file:///ga/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:198:30 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
  698. w: file:///ga/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:200:35 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
  699. w: file:///ga/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
  700. w: file:///ga/green/src/main/java/com/blockstream/green/utils/Conversions.kt:246:33 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
  701. w: file:///ga/green/src/main/java/com/blockstream/green/utils/Conversions.kt:247:33 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
  702. w: file:///ga/green/src/main/java/com/blockstream/green/utils/Utils.kt:264:21 Name shadowed: text
  703.  
  704. > Task :green:generateProductionGoogleReleaseLintVitalReportModel
  705. Generating lint files for com.tools.android:desugar_jdk_libs_configuration:2.0.4 (compile API R)
  706. The message received from the daemon indicates that the daemon has disappeared.
  707. Build request sent: Build{id=d1312815-1e66-44a5-b83a-65f850dc2dda, currentDir=/ga}
  708. Attempting to read last messages from the daemon log...
  709. Daemon pid: 51
  710.   log file: /root/.gradle/daemon/8.7/daemon-51.out.log
  711. ----- Last  20 lines from daemon log file - daemon-51.out.log -----
  712. w: file:///ga/green/src/main/java/com/blockstream/green/ui/items/TitleExpandableListItem.kt:34:32 'animate(View): ViewPropertyAnimatorCompat' is deprecated. Deprecated in Java
  713. w: file:///ga/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>
  714. w: file:///ga/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:174:55 Unnecessary safe call on a non-null receiver of type AddressParamsLiveData
  715. w: file:///ga/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>
  716. w: file:///ga/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>
  717. w: file:///ga/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>
  718. w: file:///ga/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>
  719. w: file:///ga/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
  720. w: file:///ga/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
  721. w: file:///ga/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
  722. w: file:///ga/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
  723. w: file:///ga/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:183:35 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
  724. w: file:///ga/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:185:40 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
  725. w: file:///ga/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:198:30 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
  726. w: file:///ga/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:200:35 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
  727. w: file:///ga/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
  728. w: file:///ga/green/src/main/java/com/blockstream/green/utils/Conversions.kt:246:33 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
  729. w: file:///ga/green/src/main/java/com/blockstream/green/utils/Conversions.kt:247:33 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
  730. w: file:///ga/green/src/main/java/com/blockstream/green/utils/Utils.kt:264:21 Name shadowed: text
  731. Generating lint files for com.tools.android:desugar_jdk_libs_configuration:2.0.4 (compile API R)
  732. ----- End of the daemon log -----
  733.  
  734.  
  735. FAILURE: Build failed with an exception.
  736.  
  737. * What went wrong:
  738. Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)
  739.  
  740. * Try:
  741. > Run with --stacktrace option to get the stack trace.
  742. > Run with --info or --debug option to get more log output.
  743. > Run with --scan to get full insights.
  744. > Get more help at https://help.gradle.org.
  745.  
Add Comment
Please, Sign In to add comment