From b9cbc99dd16ad1275709f3bc8682f48844b47bbe Mon Sep 17 00:00:00 2001 From: Sergio De la torre Date: Thu, 19 Jan 2023 16:24:43 +0100 Subject: [PATCH] =?UTF-8?q?Version=2023.2-Fallos=20precontrol-Directo=20Ub?= =?UTF-8?q?icador=20desde=20hist=C3=B3rico-Inventario=20no=20se=20cierra-B?= =?UTF-8?q?ot=C3=B3n=20solo=20Agregar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/gradle.xml | 3 +- .idea/misc.xml | 2 +- .idea/workspace.xml | 314 +- app/build.gradle | 6 +- app/google-services.json | 2 +- app/release/output-metadata.json | 2 +- app/src/main/AndroidManifest.xml | 3 +- .../es/verdnatura/domain/VerdnaturaService.kt | 4 +- .../view/component/CustomDialogList.kt | 5 + .../collection/fragment/CollectionFragment.kt | 88 +- .../fragment/CollectionViewModel.kt | 8 +- .../adapter/ItemShelvingLogAdapter.kt | 2 +- .../fragment/ItemShelvingLogFragment.kt | 41 +- .../fragment/ItemShelvingLogViewModel.kt | 3 + .../inventario/fragment/InventaryFragment.kt | 14 +- .../presacador/fragment/EndSacadorFragment.kt | 30 +- .../fragment/PreSacadorViewModel.kt | 8 +- .../fragment/ReubicationCollectionFragment.kt | 2 + app/src/main/res/values-es/strings.xml | 2 +- .../com/example/mylibrary/BuildConfig.java | 10 + .../com/example/mylibrary/BuildConfig.java | 10 + .../debug/aapt/AndroidManifest.xml | 9 + .../debug/aapt/output-metadata.json | 18 + .../release/aapt/AndroidManifest.xml | 9 + .../release/aapt/output-metadata.json | 18 + .../debug/aar-metadata.properties | 3 + .../release/aar-metadata.properties | 3 + .../debug/annotationProcessors.json | 1 + .../release/annotationProcessors.json | 1 + .../debug/typedefs.txt | 0 .../release/typedefs.txt | 0 .../compile_symbol_list/debug/R.txt | 6031 +++++++++++++++++ .../compile_symbol_list/release/R.txt | 6031 +++++++++++++++++ .../debug-mergeJavaRes/merge-state | Bin 0 -> 840 bytes .../mergeDebugJniLibFolders/merger.xml | 2 + .../incremental/mergeDebugShaders/merger.xml | 2 + .../mergeReleaseJniLibFolders/merger.xml | 2 + .../mergeReleaseShaders/merger.xml | 2 + .../incremental/packageDebugAssets/merger.xml | 2 + .../compile-file-map.properties | 1 + .../packageDebugResources/merger.xml | 2 + .../packageReleaseAssets/merger.xml | 2 + .../compile-file-map.properties | 1 + .../packageReleaseResources/merger.xml | 2 + .../release-mergeJavaRes/merge-state | Bin 0 -> 844 bytes .../com/example/mylibrary/BuildConfig.class | Bin 0 -> 615 bytes .../com/example/mylibrary/BuildConfig.class | Bin 0 -> 480 bytes .../local_only_symbol_list/debug/R-def.txt | 2 + .../local_only_symbol_list/release/R-def.txt | 2 + .../manifest-merger-blame-debug-report.txt | 11 + .../manifest-merger-blame-release-report.txt | 11 + .../debug/proguard.txt | 0 .../release/proguard.txt | 0 .../merged_manifest/debug/AndroidManifest.xml | 9 + .../release/AndroidManifest.xml | 9 + .../debug/output-metadata.json | 18 + .../release/output-metadata.json | 18 + .../debug/package-aware-r.txt | 4460 ++++++++++++ .../release/package-aware-r.txt | 4460 ++++++++++++ .../caches-jvm/inputs/source-to-output.tab | Bin 0 -> 4096 bytes .../inputs/source-to-output.tab.keystream | Bin 0 -> 4096 bytes .../inputs/source-to-output.tab.keystream.len | Bin 0 -> 8 bytes .../inputs/source-to-output.tab.len | Bin 0 -> 8 bytes .../inputs/source-to-output.tab.values.at | Bin 0 -> 240 bytes .../caches-jvm/inputs/source-to-output.tab_i | Bin 0 -> 32768 bytes .../inputs/source-to-output.tab_i.len | Bin 0 -> 8 bytes .../jvm/kotlin/class-attributes.tab | Bin 0 -> 4096 bytes .../jvm/kotlin/class-attributes.tab.keystream | Bin 0 -> 4096 bytes .../kotlin/class-attributes.tab.keystream.len | Bin 0 -> 8 bytes .../jvm/kotlin/class-attributes.tab.len | Bin 0 -> 8 bytes .../jvm/kotlin/class-attributes.tab.values.at | Bin 0 -> 52 bytes .../jvm/kotlin/class-attributes.tab_i | Bin 0 -> 32768 bytes .../jvm/kotlin/class-attributes.tab_i.len | Bin 0 -> 8 bytes .../jvm/kotlin/class-fq-name-to-source.tab | Bin 0 -> 4096 bytes .../class-fq-name-to-source.tab.keystream | Bin 0 -> 4096 bytes .../class-fq-name-to-source.tab.keystream.len | Bin 0 -> 8 bytes .../kotlin/class-fq-name-to-source.tab.len | Bin 0 -> 8 bytes .../class-fq-name-to-source.tab.values.at | Bin 0 -> 126 bytes .../jvm/kotlin/class-fq-name-to-source.tab_i | Bin 0 -> 32768 bytes .../kotlin/class-fq-name-to-source.tab_i.len | Bin 0 -> 8 bytes .../jvm/kotlin/internal-name-to-source.tab | Bin 0 -> 4096 bytes .../internal-name-to-source.tab.keystream | Bin 0 -> 4096 bytes .../internal-name-to-source.tab.keystream.len | Bin 0 -> 8 bytes .../kotlin/internal-name-to-source.tab.len | Bin 0 -> 8 bytes .../internal-name-to-source.tab.values.at | Bin 0 -> 126 bytes .../jvm/kotlin/internal-name-to-source.tab_i | Bin 0 -> 32768 bytes .../kotlin/internal-name-to-source.tab_i.len | Bin 0 -> 8 bytes .../cacheable/caches-jvm/jvm/kotlin/proto.tab | Bin 0 -> 4096 bytes .../caches-jvm/jvm/kotlin/proto.tab.keystream | Bin 0 -> 4096 bytes .../jvm/kotlin/proto.tab.keystream.len | Bin 0 -> 8 bytes .../caches-jvm/jvm/kotlin/proto.tab.len | Bin 0 -> 8 bytes .../caches-jvm/jvm/kotlin/proto.tab.values.at | Bin 0 -> 350 bytes .../caches-jvm/jvm/kotlin/proto.tab_i | Bin 0 -> 32768 bytes .../caches-jvm/jvm/kotlin/proto.tab_i.len | Bin 0 -> 8 bytes .../jvm/kotlin/source-to-classes.tab | Bin 0 -> 4096 bytes .../kotlin/source-to-classes.tab.keystream | Bin 0 -> 4096 bytes .../source-to-classes.tab.keystream.len | Bin 0 -> 8 bytes .../jvm/kotlin/source-to-classes.tab.len | Bin 0 -> 8 bytes .../kotlin/source-to-classes.tab.values.at | Bin 0 -> 100 bytes .../jvm/kotlin/source-to-classes.tab_i | Bin 0 -> 32768 bytes .../jvm/kotlin/source-to-classes.tab_i.len | Bin 0 -> 8 bytes .../cacheable/caches-jvm/lookups/counters.tab | 2 + .../caches-jvm/lookups/file-to-id.tab | Bin 0 -> 4096 bytes .../lookups/file-to-id.tab.keystream | Bin 0 -> 4096 bytes .../lookups/file-to-id.tab.keystream.len | Bin 0 -> 8 bytes .../caches-jvm/lookups/file-to-id.tab.len | Bin 0 -> 8 bytes .../lookups/file-to-id.tab.values.at | Bin 0 -> 55 bytes .../caches-jvm/lookups/file-to-id.tab_i | Bin 0 -> 32768 bytes .../caches-jvm/lookups/file-to-id.tab_i.len | Bin 0 -> 8 bytes .../caches-jvm/lookups/id-to-file.tab | Bin 0 -> 4096 bytes .../lookups/id-to-file.tab.keystream | Bin 0 -> 4096 bytes .../lookups/id-to-file.tab.keystream.len | Bin 0 -> 8 bytes .../caches-jvm/lookups/id-to-file.tab.len | Bin 0 -> 8 bytes .../lookups/id-to-file.tab.values.at | Bin 0 -> 126 bytes .../cacheable/caches-jvm/lookups/lookups.tab | Bin 0 -> 4096 bytes .../caches-jvm/lookups/lookups.tab.keystream | Bin 0 -> 4096 bytes .../lookups/lookups.tab.keystream.len | Bin 0 -> 8 bytes .../caches-jvm/lookups/lookups.tab.len | Bin 0 -> 8 bytes .../caches-jvm/lookups/lookups.tab.values.at | Bin 0 -> 103 bytes .../caches-jvm/lookups/lookups.tab_i | Bin 0 -> 32768 bytes .../caches-jvm/lookups/lookups.tab_i.len | Bin 0 -> 8 bytes .../cacheable/last-build.bin | Bin 0 -> 18 bytes .../local-state/build-history.bin | Bin 0 -> 31 bytes .../caches-jvm/inputs/source-to-output.tab | Bin 0 -> 4096 bytes .../inputs/source-to-output.tab.keystream | Bin 0 -> 4096 bytes .../inputs/source-to-output.tab.keystream.len | Bin 0 -> 8 bytes .../inputs/source-to-output.tab.len | Bin 0 -> 8 bytes .../inputs/source-to-output.tab.values.at | Bin 0 -> 247 bytes .../caches-jvm/inputs/source-to-output.tab_i | Bin 0 -> 32768 bytes .../inputs/source-to-output.tab_i.len | Bin 0 -> 8 bytes .../jvm/kotlin/class-attributes.tab | Bin 0 -> 4096 bytes .../jvm/kotlin/class-attributes.tab.keystream | Bin 0 -> 4096 bytes .../kotlin/class-attributes.tab.keystream.len | Bin 0 -> 8 bytes .../jvm/kotlin/class-attributes.tab.len | Bin 0 -> 8 bytes .../jvm/kotlin/class-attributes.tab.values.at | Bin 0 -> 52 bytes .../jvm/kotlin/class-attributes.tab_i | Bin 0 -> 32768 bytes .../jvm/kotlin/class-attributes.tab_i.len | Bin 0 -> 8 bytes .../jvm/kotlin/class-fq-name-to-source.tab | Bin 0 -> 4096 bytes .../class-fq-name-to-source.tab.keystream | Bin 0 -> 4096 bytes .../class-fq-name-to-source.tab.keystream.len | Bin 0 -> 8 bytes .../kotlin/class-fq-name-to-source.tab.len | Bin 0 -> 8 bytes .../class-fq-name-to-source.tab.values.at | Bin 0 -> 126 bytes .../jvm/kotlin/class-fq-name-to-source.tab_i | Bin 0 -> 32768 bytes .../kotlin/class-fq-name-to-source.tab_i.len | Bin 0 -> 8 bytes .../jvm/kotlin/internal-name-to-source.tab | Bin 0 -> 4096 bytes .../internal-name-to-source.tab.keystream | Bin 0 -> 4096 bytes .../internal-name-to-source.tab.keystream.len | Bin 0 -> 8 bytes .../kotlin/internal-name-to-source.tab.len | Bin 0 -> 8 bytes .../internal-name-to-source.tab.values.at | Bin 0 -> 126 bytes .../jvm/kotlin/internal-name-to-source.tab_i | Bin 0 -> 32768 bytes .../kotlin/internal-name-to-source.tab_i.len | Bin 0 -> 8 bytes .../cacheable/caches-jvm/jvm/kotlin/proto.tab | Bin 0 -> 4096 bytes .../caches-jvm/jvm/kotlin/proto.tab.keystream | Bin 0 -> 4096 bytes .../jvm/kotlin/proto.tab.keystream.len | Bin 0 -> 8 bytes .../caches-jvm/jvm/kotlin/proto.tab.len | Bin 0 -> 8 bytes .../caches-jvm/jvm/kotlin/proto.tab.values.at | Bin 0 -> 352 bytes .../caches-jvm/jvm/kotlin/proto.tab_i | Bin 0 -> 32768 bytes .../caches-jvm/jvm/kotlin/proto.tab_i.len | Bin 0 -> 8 bytes .../jvm/kotlin/source-to-classes.tab | Bin 0 -> 4096 bytes .../kotlin/source-to-classes.tab.keystream | Bin 0 -> 4096 bytes .../source-to-classes.tab.keystream.len | Bin 0 -> 8 bytes .../jvm/kotlin/source-to-classes.tab.len | Bin 0 -> 8 bytes .../kotlin/source-to-classes.tab.values.at | Bin 0 -> 100 bytes .../jvm/kotlin/source-to-classes.tab_i | Bin 0 -> 32768 bytes .../jvm/kotlin/source-to-classes.tab_i.len | Bin 0 -> 8 bytes .../cacheable/caches-jvm/lookups/counters.tab | 2 + .../caches-jvm/lookups/file-to-id.tab | Bin 0 -> 4096 bytes .../lookups/file-to-id.tab.keystream | Bin 0 -> 4096 bytes .../lookups/file-to-id.tab.keystream.len | Bin 0 -> 8 bytes .../caches-jvm/lookups/file-to-id.tab.len | Bin 0 -> 8 bytes .../lookups/file-to-id.tab.values.at | Bin 0 -> 55 bytes .../caches-jvm/lookups/file-to-id.tab_i | Bin 0 -> 32768 bytes .../caches-jvm/lookups/file-to-id.tab_i.len | Bin 0 -> 8 bytes .../caches-jvm/lookups/id-to-file.tab | Bin 0 -> 4096 bytes .../lookups/id-to-file.tab.keystream | Bin 0 -> 4096 bytes .../lookups/id-to-file.tab.keystream.len | Bin 0 -> 8 bytes .../caches-jvm/lookups/id-to-file.tab.len | Bin 0 -> 8 bytes .../lookups/id-to-file.tab.values.at | Bin 0 -> 126 bytes .../cacheable/caches-jvm/lookups/lookups.tab | Bin 0 -> 4096 bytes .../caches-jvm/lookups/lookups.tab.keystream | Bin 0 -> 4096 bytes .../lookups/lookups.tab.keystream.len | Bin 0 -> 8 bytes .../caches-jvm/lookups/lookups.tab.len | Bin 0 -> 8 bytes .../caches-jvm/lookups/lookups.tab.values.at | Bin 0 -> 103 bytes .../caches-jvm/lookups/lookups.tab_i | Bin 0 -> 32768 bytes .../caches-jvm/lookups/lookups.tab_i.len | Bin 0 -> 8 bytes .../cacheable/last-build.bin | Bin 0 -> 18 bytes .../local-state/build-history.bin | Bin 0 -> 31 bytes .../build/outputs/aar/mylibrary-debug.aar | Bin 0 -> 40481 bytes .../build/outputs/aar/mylibrary-release.aar | Bin 0 -> 40381 bytes .../logs/manifest-merger-debug-report.txt | 25 + .../logs/manifest-merger-release-report.txt | 25 + .../source-classes-mapping.txt | 2 + .../source-classes-mapping.txt | 2 + .../META-INF/mylibrary_debug.kotlin_module | Bin 0 -> 24 bytes .../com/example/mylibrary/testLibrary.class | Bin 0 -> 1430 bytes .../META-INF/mylibrary_release.kotlin_module | Bin 0 -> 24 bytes .../com/example/mylibrary/testLibrary.class | Bin 0 -> 1432 bytes 197 files changed, 21602 insertions(+), 157 deletions(-) create mode 100644 mylibrary/build/generated/source/buildConfig/debug/com/example/mylibrary/BuildConfig.java create mode 100644 mylibrary/build/generated/source/buildConfig/release/com/example/mylibrary/BuildConfig.java create mode 100644 mylibrary/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml create mode 100644 mylibrary/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json create mode 100644 mylibrary/build/intermediates/aapt_friendly_merged_manifests/release/aapt/AndroidManifest.xml create mode 100644 mylibrary/build/intermediates/aapt_friendly_merged_manifests/release/aapt/output-metadata.json create mode 100644 mylibrary/build/intermediates/aar_metadata/debug/aar-metadata.properties create mode 100644 mylibrary/build/intermediates/aar_metadata/release/aar-metadata.properties create mode 100644 mylibrary/build/intermediates/annotation_processor_list/debug/annotationProcessors.json create mode 100644 mylibrary/build/intermediates/annotation_processor_list/release/annotationProcessors.json create mode 100644 mylibrary/build/intermediates/annotations_typedef_file/debug/typedefs.txt create mode 100644 mylibrary/build/intermediates/annotations_typedef_file/release/typedefs.txt create mode 100644 mylibrary/build/intermediates/compile_symbol_list/debug/R.txt create mode 100644 mylibrary/build/intermediates/compile_symbol_list/release/R.txt create mode 100644 mylibrary/build/intermediates/incremental/debug-mergeJavaRes/merge-state create mode 100644 mylibrary/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml create mode 100644 mylibrary/build/intermediates/incremental/mergeDebugShaders/merger.xml create mode 100644 mylibrary/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml create mode 100644 mylibrary/build/intermediates/incremental/mergeReleaseShaders/merger.xml create mode 100644 mylibrary/build/intermediates/incremental/packageDebugAssets/merger.xml create mode 100644 mylibrary/build/intermediates/incremental/packageDebugResources/compile-file-map.properties create mode 100644 mylibrary/build/intermediates/incremental/packageDebugResources/merger.xml create mode 100644 mylibrary/build/intermediates/incremental/packageReleaseAssets/merger.xml create mode 100644 mylibrary/build/intermediates/incremental/packageReleaseResources/compile-file-map.properties create mode 100644 mylibrary/build/intermediates/incremental/packageReleaseResources/merger.xml create mode 100644 mylibrary/build/intermediates/incremental/release-mergeJavaRes/merge-state create mode 100644 mylibrary/build/intermediates/javac/debug/classes/com/example/mylibrary/BuildConfig.class create mode 100644 mylibrary/build/intermediates/javac/release/classes/com/example/mylibrary/BuildConfig.class create mode 100644 mylibrary/build/intermediates/local_only_symbol_list/debug/R-def.txt create mode 100644 mylibrary/build/intermediates/local_only_symbol_list/release/R-def.txt create mode 100644 mylibrary/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt create mode 100644 mylibrary/build/intermediates/manifest_merge_blame_file/release/manifest-merger-blame-release-report.txt create mode 100644 mylibrary/build/intermediates/merged_consumer_proguard_file/debug/proguard.txt create mode 100644 mylibrary/build/intermediates/merged_consumer_proguard_file/release/proguard.txt create mode 100644 mylibrary/build/intermediates/merged_manifest/debug/AndroidManifest.xml create mode 100644 mylibrary/build/intermediates/merged_manifest/release/AndroidManifest.xml create mode 100644 mylibrary/build/intermediates/packaged_manifests/debug/output-metadata.json create mode 100644 mylibrary/build/intermediates/packaged_manifests/release/output-metadata.json create mode 100644 mylibrary/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt create mode 100644 mylibrary/build/intermediates/symbol_list_with_package_name/release/package-aware-r.txt create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/cacheable/last-build.bin create mode 100644 mylibrary/build/kotlin/compileDebugKotlin/local-state/build-history.bin create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/counters.tab create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab_i create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/cacheable/last-build.bin create mode 100644 mylibrary/build/kotlin/compileReleaseKotlin/local-state/build-history.bin create mode 100644 mylibrary/build/outputs/aar/mylibrary-debug.aar create mode 100644 mylibrary/build/outputs/aar/mylibrary-release.aar create mode 100644 mylibrary/build/outputs/logs/manifest-merger-debug-report.txt create mode 100644 mylibrary/build/outputs/logs/manifest-merger-release-report.txt create mode 100644 mylibrary/build/tmp/compileDebugJavaWithJavac/source-classes-mapping.txt create mode 100644 mylibrary/build/tmp/compileReleaseJavaWithJavac/source-classes-mapping.txt create mode 100644 mylibrary/build/tmp/kotlin-classes/debug/META-INF/mylibrary_debug.kotlin_module create mode 100644 mylibrary/build/tmp/kotlin-classes/debug/com/example/mylibrary/testLibrary.class create mode 100644 mylibrary/build/tmp/kotlin-classes/release/META-INF/mylibrary_release.kotlin_module create mode 100644 mylibrary/build/tmp/kotlin-classes/release/com/example/mylibrary/testLibrary.class diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 7ab7fbdb..7202c515 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,9 +5,10 @@