Skip to content

Commit

Permalink
add unstable api marker
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Masdorp committed Sep 1, 2024
1 parent d477d18 commit 89d8866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ allprojects {
freeCompilerArgs.add("-opt-in=androidx.compose.animation.ExperimentalAnimationApi")
freeCompilerArgs.add("-opt-in=androidx.compose.runtime.ExperimentalComposeApi")
freeCompilerArgs.add("-opt-in=androidx.compose.ui.ExperimentalComposeUiApi")
freeCompilerArgs.add("-opt-in=androidx.media3.common.util.UnstableApi")
}
}
}
Expand Down

0 comments on commit 89d8866

Please sign in to comment.