Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- danny@lw10:~/work/builds/com.greenaddress.greenbits_android_wallet/green_android/contrib$ nano Dockerfile
- danny@lw10:~/work/builds/com.greenaddress.greenbits_android_wallet/green_android/contrib$ ls
- blockstream_keys.txt bullseye_deps.sh Dockerfile entrypoint.sh gradle gradlew sign_assembled.sh
- danny@lw10:~/work/builds/com.greenaddress.greenbits_android_wallet/green_android/contrib$ nano bullseye_deps.sh
- danny@lw10:~/work/builds/com.greenaddress.greenbits_android_wallet/green_android/contrib$ nano Dockerfile
- danny@lw10:~/work/builds/com.greenaddress.greenbits_android_wallet/green_android/contrib$ nano entrypoint.sh
- danny@lw10:~/work/builds/com.greenaddress.greenbits_android_wallet/green_android/contrib$ docker build -t green_android_builder .
- Sending build context to Docker daemon 88.58kB
- Step 1/11 : FROM debian:bullseye@sha256:e8c184b56a94db0947a9d51ec68f42ef5584442f20547fa3bd8cbd00203b2e7a
- ---> 827e5611389a
- Step 2/11 : COPY bullseye_deps.sh /deps.sh
- ---> Using cache
- ---> b49739c87480
- Step 3/11 : RUN /deps.sh && rm /deps.sh
- ---> Using cache
- ---> 4dea6c0bb9da
- Step 4/11 : VOLUME /ga
- ---> Using cache
- ---> dee220a2bd44
- Step 5/11 : ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
- ---> Running in 0029c42f60c5
- Removing intermediate container 0029c42f60c5
- ---> 52166035b85b
- Step 6/11 : ENV ANDROID_HOME=/opt
- ---> Running in 16faefa32ace
- Removing intermediate container 16faefa32ace
- ---> b4485f8c91f7
- Step 7/11 : COPY gradle /gradle
- ---> a278e5ad212e
- Step 8/11 : COPY gradlew /gradlew
- ---> b987eb2a86aa
- Step 9/11 : RUN ./gradlew --version && rm -rf /gradle*
- ---> Running in 01ec1e3a3341
- Downloading https://services.gradle.org/distributions/gradle-8.1.1-bin.zip
- ...........10%............20%............30%............40%............50%............60%............70%............80%...........90%............100%
- Welcome to Gradle 8.1.1!
- Here are the highlights of this release:
- - Stable configuration cache
- - Experimental Kotlin DSL assignment syntax
- - Building with Java 20
- For more details see https://docs.gradle.org/8.1.1/release-notes.html
- ------------------------------------------------------------
- Gradle 8.1.1
- ------------------------------------------------------------
- Build time: 2023-04-21 12:31:26 UTC
- Revision: 1cf537a851c635c364a4214885f8b9798051175b
- Kotlin: 1.8.10
- Groovy: 3.0.15
- Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
- JVM: 17.0.11 (Debian 17.0.11+9-Debian-1deb11u1)
- OS: Linux 6.1.0-20-amd64 amd64
- Removing intermediate container 01ec1e3a3341
- ---> e748b6fb3136
- Step 10/11 : COPY entrypoint.sh /entrypoint.sh
- ---> 1889fbaeda41
- Step 11/11 : ENTRYPOINT ["/entrypoint.sh"]
- ---> Running in c78b60f06c2a
- Removing intermediate container c78b60f06c2a
- ---> 9f71c6578386
- Successfully built 9f71c6578386
- Successfully tagged green_android_builder:latest
- danny@lw10:~/work/builds/com.greenaddress.greenbits_android_wallet/green_android/contrib$ cd ..
- danny@lw10:~/work/builds/com.greenaddress.greenbits_android_wallet/green_android$ docker run -it -v $PWD:/ga green_android_builder
- Run Gradle task: assembleProductionGoogleRelease...
- Downloading https://services.gradle.org/distributions/gradle-8.7-bin.zip
- ............10%.............20%.............30%.............40%............50%.............60%.............70%.............80%.............90%............100%
- Welcome to Gradle 8.7!
- Here are the highlights of this release:
- - Compiling and testing with Java 22
- - Cacheable Groovy script compilation
- - New methods in lazy collection properties
- For more details see https://docs.gradle.org/8.7/release-notes.html
- Starting a Gradle Daemon (subsequent builds will be faster)
- Type-safe project accessors is an incubating feature.
- > Configure project :common
- Please wait while Kotlin/Native compiler 1.9.23 is being installed.
- Download kotlin-native-prebuilt-linux-x86_64-1.9.23.tar.gz finished, took 2 s 955 ms
- Unpack Kotlin/Native compiler to /root/.konan/kotlin-native-prebuilt-linux-x86_64-1.9.23
- Unpack Kotlin/Native compiler to /root/.konan/kotlin-native-prebuilt-linux-x86_64-1.9.23 finished, took 3 s 802 ms
- w: Kotlin Multiplatform <-> Android Gradle Plugin compatibility issue:
- The applied Android Gradle Plugin version (8.4.1) is higher
- than the maximum known to the Kotlin Gradle Plugin.
- Tooling stability in such configuration isn't tested, please report encountered issues to https://kotl.in/issue"
- Minimum supported Android Gradle Plugin version: 7.0
- Maximum tested Android Gradle Plugin version: 8.2
- To suppress this message add 'kotlin.mpp.androidGradlePluginCompatibility.nowarn=true' to your gradle.properties
- Path for java installation '/usr/lib/jvm/openjdk-17' (Common Linux Locations) does not contain a java executable
- Path for java installation '/usr/lib/jvm/openjdk-11' (Common Linux Locations) does not contain a java executable
- 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')
- 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')
- 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')
- 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')
- Observed package id 'emulator' in inconsistent location '/opt/android-sdk-linux/emulator' (Expected '/opt/emulator')
- Observed package id 'extras;android;m2repository' in inconsistent location '/opt/android-sdk-linux/extras/android/m2repository' (Expected '/opt/extras/android/m2repository')
- Observed package id 'extras;google;m2repository' in inconsistent location '/opt/android-sdk-linux/extras/google/m2repository' (Expected '/opt/extras/google/m2repository')
- Observed package id 'platform-tools' in inconsistent location '/opt/android-sdk-linux/platform-tools' (Expected '/opt/platform-tools')
- Observed package id 'platforms;android-34' in inconsistent location '/opt/android-sdk-linux/platforms/android-34' (Expected '/opt/platforms/android-34')
- Observed package id 'tools' in inconsistent location '/opt/android-sdk-linux/tools' (Expected '/opt/tools')
- > Task :gdk:fetchAndroidBinaries
- GDK: Binaries in /ga/gdk/src/main/jniLibs does not exist. Executing ./fetch_android_binaries.sh
- Downloading from https://github.com/Blockstream/gdk/releases/download/release_0.71.1/gdk-android-jni.tar.gz
- Validating checksum 208264a0d85f802c98c472c2481e43ac1a8a81a4e1429b4a09773a8ec082e1da
- gdk-android-jni.tar.gz: OK
- gdk-android-jni/
- gdk-android-jni/lib/
- gdk-android-jni/lib/armeabi-v7a/
- gdk-android-jni/lib/armeabi-v7a/libgreenaddress.so
- gdk-android-jni/lib/x86/
- gdk-android-jni/lib/x86/libgreenaddress.so
- gdk-android-jni/lib/arm64-v8a/
- gdk-android-jni/lib/arm64-v8a/libgreenaddress.so
- gdk-android-jni/lib/x86_64/
- gdk-android-jni/lib/x86_64/libgreenaddress.so
- gdk-android-jni/share/
- gdk-android-jni/share/java/
- gdk-android-jni/share/java/com/
- gdk-android-jni/share/java/com/blockstream/
- gdk-android-jni/share/java/com/blockstream/libwally/
- gdk-android-jni/share/java/com/blockstream/libwally/Wally.java
- gdk-android-jni/share/java/com/blockstream/libgreenaddress/
- gdk-android-jni/share/java/com/blockstream/libgreenaddress/GDKJNI.java
- > Task :green:appKeys
- AppKeys: Use empty key file
- > Task :gdk:generateReleaseLintModel
- Generating lint files for backported methods only (compile API B)
- > Task :gdk:stripReleaseDebugSymbols
- Unable to strip the following libraries, packaging them as they are: libgreenaddress.so.
- > Task :green:mergeProductionGoogleReleaseResources
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- /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?
- > Task :green:stripProductionGoogleReleaseDebugSymbols
- 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.
- > Task :common:compileReleaseKotlinAndroid
- w: Opt-in requirement marker kotlinx.cinterop.ExperimentalForeignApi is unresolved. Please make sure it's present in the module dependencies
- 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
- 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
- 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
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
- w: file:///ga/common/src/commonMain/kotlin/com/blockstream/common/gdk/GdkSession.kt:487:107 Name shadowed: network
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
- 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.
- 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.
- 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 _
- 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 _
- w: file:///ga/common/src/commonMain/kotlin/com/blockstream/common/models/send/SendViewModel.kt:133:21 Variable 'tx' is never used
- 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
- 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
- > Task :hardware:compileReleaseJavaWithJavac
- Note: Some input files use or override a deprecated API.
- Note: Recompile with -Xlint:deprecation for details.
- Note: Some input files use unchecked or unsafe operations.
- Note: Recompile with -Xlint:unchecked for details.
- > Task :compose:compileReleaseKotlin
- w: file:///ga/compose/src/main/java/com/blockstream/compose/components/GreenAccountAsset.kt:37:5 Parameter 'withBalance' is never used
- w: file:///ga/compose/src/main/java/com/blockstream/compose/components/GreenAmountField.kt:63:21 Variable 'isError' is never used
- w: file:///ga/compose/src/main/java/com/blockstream/compose/components/SlideToUnlock.kt:252:9 Variable 'hintTextColor' is never used
- 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
- 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
- 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
- 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.
- 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.
- 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
- 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
- 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
- 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
- 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.
- 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.
- 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
- 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.
- 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.
- 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
- 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.
- 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.
- 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
- w: file:///ga/compose/src/main/java/com/blockstream/compose/screens/onboarding/watchonly/WatchOnlyCredentialsScreen.kt:191:25 Name shadowed: isOutputDescriptors
- 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
- 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
- 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.
- 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.
- 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
- 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.
- 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.
- 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
- 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.
- 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.
- 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
- 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.
- 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.
- 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
- 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
- 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.
- 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.
- 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
- 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.
- 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.
- 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
- 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
- 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.
- 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.
- 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
- 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.
- 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.
- 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
- 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.
- 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.
- 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
- 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
- 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.
- 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.
- 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
- 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.
- 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.
- 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
- 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
- w: file:///ga/compose/src/main/java/com/blockstream/compose/sheets/EnvironmentBottomSheet.kt:17:39 Parameter 'menuEntry' is never used, could be renamed to _
- 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
- 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.
- 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.
- 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.
- w: file:///ga/compose/src/main/java/com/blockstream/compose/sheets/MenuBottomSheet.kt:46:36 Parameter 'menuEntry' is never used, could be renamed to _
- w: file:///ga/compose/src/main/java/com/blockstream/compose/sheets/MenuBottomSheet.kt:119:34 Parameter 'position' is never used, could be renamed to _
- w: file:///ga/compose/src/main/java/com/blockstream/compose/sheets/MenuBottomSheet.kt:119:44 Parameter 'menuEntry' is never used, could be renamed to _
- 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.
- 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.
- 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
- 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
- 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.
- 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.
- 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
- 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
- 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.
- 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.
- 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
- 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
- > Task :green:compileProductionGoogleReleaseKotlin
- w: file:///ga/green/src/main/java/com/blockstream/green/extensions/BindExtensions.kt:83:25 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
- w: file:///ga/green/src/main/java/com/blockstream/green/extensions/BindExtensions.kt:132:38 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
- w: file:///ga/green/src/main/java/com/blockstream/green/looks/AssetLook.kt:44:25 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
- w: file:///ga/green/src/main/java/com/blockstream/green/managers/NotificationManager.kt:254:9 Parameter 'satoshi' is never used
- w: file:///ga/green/src/main/java/com/blockstream/green/ui/DemoFragment.kt:48:24 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
- 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 _
- 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 _
- w: file:///ga/green/src/main/java/com/blockstream/green/ui/devices/AbstractDeviceFragment.kt:95:35 'enable(): Boolean' is deprecated. Deprecated in Java
- 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
- 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
- w: file:///ga/green/src/main/java/com/blockstream/green/ui/items/AssetSmallListItem.kt:27:25 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
- w: file:///ga/green/src/main/java/com/blockstream/green/ui/items/AssetSmallListItem.kt:30:25 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
- w: file:///ga/green/src/main/java/com/blockstream/green/ui/items/TitleExpandableListItem.kt:32:32 'animate(View): ViewPropertyAnimatorCompat' is deprecated. Deprecated in Java
- w: file:///ga/green/src/main/java/com/blockstream/green/ui/items/TitleExpandableListItem.kt:34:32 'animate(View): ViewPropertyAnimatorCompat' is deprecated. Deprecated in Java
- 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>
- 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
- 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>
- 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>
- 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>
- 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>
- 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
- 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
- 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
- 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
- w: file:///ga/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:183:35 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
- w: file:///ga/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:185:40 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
- w: file:///ga/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:198:30 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
- w: file:///ga/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:200:35 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
- 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
- w: file:///ga/green/src/main/java/com/blockstream/green/utils/Conversions.kt:246:33 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
- w: file:///ga/green/src/main/java/com/blockstream/green/utils/Conversions.kt:247:33 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
- w: file:///ga/green/src/main/java/com/blockstream/green/utils/Utils.kt:264:21 Name shadowed: text
- > Task :green:generateProductionGoogleReleaseLintVitalReportModel
- Generating lint files for com.tools.android:desugar_jdk_libs_configuration:2.0.4 (compile API R)
- The message received from the daemon indicates that the daemon has disappeared.
- Build request sent: Build{id=d1312815-1e66-44a5-b83a-65f850dc2dda, currentDir=/ga}
- Attempting to read last messages from the daemon log...
- Daemon pid: 51
- log file: /root/.gradle/daemon/8.7/daemon-51.out.log
- ----- Last 20 lines from daemon log file - daemon-51.out.log -----
- w: file:///ga/green/src/main/java/com/blockstream/green/ui/items/TitleExpandableListItem.kt:34:32 'animate(View): ViewPropertyAnimatorCompat' is deprecated. Deprecated in Java
- 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>
- 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
- 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>
- 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>
- 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>
- 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>
- 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
- 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
- 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
- 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
- w: file:///ga/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:183:35 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
- w: file:///ga/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:185:40 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
- w: file:///ga/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:198:30 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
- w: file:///ga/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:200:35 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
- 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
- w: file:///ga/green/src/main/java/com/blockstream/green/utils/Conversions.kt:246:33 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
- w: file:///ga/green/src/main/java/com/blockstream/green/utils/Conversions.kt:247:33 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
- w: file:///ga/green/src/main/java/com/blockstream/green/utils/Utils.kt:264:21 Name shadowed: text
- Generating lint files for com.tools.android:desugar_jdk_libs_configuration:2.0.4 (compile API R)
- ----- End of the daemon log -----
- FAILURE: Build failed with an exception.
- * What went wrong:
- Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)
- * Try:
- > Run with --stacktrace option to get the stack trace.
- > Run with --info or --debug option to get more log output.
- > Run with --scan to get full insights.
- > Get more help at https://help.gradle.org.
Add Comment
Please, Sign In to add comment