Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 55567b5

Browse files
authored
Remove MotionExperimental annotation (#483)
1 parent 86ae0a7 commit 55567b5

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

constraintlayout/compose/src/main/java/androidx/constraintlayout/compose/ConstraintLayout.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ inline fun ConstraintLayout(
248248
}
249249
}
250250
}
251-
@OptIn(ExperimentalMotionApi::class)
252251
MotionLayout(
253252
start = startConstraint,
254253
end = endConstraint,

constraintlayout/compose/src/main/java/androidx/constraintlayout/compose/ExperimentalMotionApi.kt

Lines changed: 0 additions & 20 deletions
This file was deleted.

constraintlayout/compose/src/main/java/androidx/constraintlayout/compose/MotionLayout.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ import java.util.*
5757
*/
5858
@Suppress("NOTHING_TO_INLINE")
5959
@Composable
60-
@ExperimentalMotionApi
6160
inline fun MotionLayout(
6261
start: ConstraintSet,
6362
end: ConstraintSet,
@@ -94,7 +93,6 @@ inline fun MotionLayout(
9493
* are finished. Use [finishedAnimationListener] to know when a transition has stopped.
9594
*/
9695
@Composable
97-
@ExperimentalMotionApi
9896
inline fun MotionLayout(
9997
motionScene: MotionScene,
10098
constraintSetName: String? = null,
@@ -201,7 +199,6 @@ inline fun MotionLayout(
201199
}
202200

203201
@Composable
204-
@ExperimentalMotionApi
205202
inline fun MotionLayout(
206203
start: ConstraintSet,
207204
end: ConstraintSet,
@@ -264,7 +261,6 @@ inline fun MotionLayout(
264261

265262
@Suppress("NOTHING_TO_INLINE")
266263
@Composable
267-
@ExperimentalMotionApi
268264
inline fun MotionLayout(
269265
motionScene: MotionScene,
270266
progress: Float,

0 commit comments

Comments
 (0)