Skip to content

Commit

Permalink
Merge pull request #210 from yschimke/main
Browse files Browse the repository at this point in the history
Add dependency on latest Work release
  • Loading branch information
yschimke authored Jan 8, 2024
2 parents 42a0152 + fb76b94 commit f341e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions health-services/ExerciseSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ android {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_17.majorVersion
// Allows to use experimental coroutines APIs like callbackFlow()
freeCompilerArgs += "-Xopt-in=kotlin.RequiresOptIn"
freeCompilerArgs += "-Xjvm-default=all"
freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
}
namespace 'com.example.exercise'
}
Expand All @@ -64,6 +63,7 @@ dependencies {
kapt "com.google.dagger:hilt-android-compiler:$hilt_version"
implementation 'androidx.hilt:hilt-work:1.1.0'
kapt 'androidx.hilt:hilt-compiler:1.1.0'
implementation "androidx.work:work-runtime-ktx:2.9.0"

// Wear
implementation 'androidx.wear:wear:1.3.0'
Expand Down

0 comments on commit f341e39

Please sign in to comment.