Java: Add a bare-bones Future implementation for upcoming async APIs

This commit is contained in:
Jordan Rose
2023-09-20 17:53:44 -04:00
parent 7d1e4d9bf8
commit a563c9b93d
6 changed files with 180 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ android {
dependencies {
androidTestImplementation "androidx.test:runner:1.4.0"
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.benchmark:benchmark-junit4:1.1.1'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.6'
androidTestImplementation project(':android')