Dustin Lam

Results 5 issues of Dustin Lam

Test: cd compose/compiler && ./gradlew bOS Change-Id: Ic9f98028d47a74d0a4a1653f16ddcdb0f1530177

cla: yes

kotlinx.benchmark gradle plugin configures the project in a way that is no longer supported in Gradle 8.0 milestone 2. Running: `./gradlew :benchmark:benchmark --no-configration-cache` Yields the following error: ``` FAILURE: Build...

In AndroidX we are needing to add exceptions for dependency verification for kotlinx-benchmark artifacts. ``` These files failed verification: - GRADLE_USER_HOME/caches/modules-2/files-2.1/org.jetbrains.kotlinx.benchmark/org.jetbrains.kotlinx.benchmark.gradle.plugin/0.4.8/24d8d69982d768bcfa9c2f4c8aed7fdcec2ae5c3/org.jetbrains.kotlinx.benchmark.gradle.plugin-0.4.8.pom - GRADLE_USER_HOME/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-benchmark-plugin/0.4.8/452ca78e63a94ede9eb8b9dcfcc6c693708a1b22/kotlinx-benchmark-plugin-0.4.8.jar - GRADLE_USER_HOME/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-benchmark-plugin/0.4.8/dd0525949f4c23c9468860892d7ed4625a4834b4/kotlinx-benchmark-plugin-0.4.8.module ``` Repro: 1. `git clone...

enhancement

Playground builds were overriding the installed ndk version due to agp default and lack of ndkVersion declaration in settings.gradle. Test: ./gradlew datastore:datastore-core:tasks Change-Id: Id6d8d9cff46ba3aa3e929e4a7df4912672a12f3a

Context: https://issuetracker.google.com/393513316 ArrayMap is a performance-sensitive collection which does not support holding references to the returned Map.Entry when iterating through it. Many kotlin-stdlib extensions on collections do not create defensive...

api: messaging