Fix failing accessibility test

Fixes: 213888511
Test: AndroidComposeViewAccessibilityDelegateCompatTest

Change-Id: Iee6533592e6525ffd81d5c14b050bf0a67496830
diff --git a/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/SemanticsProperties.kt b/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/SemanticsProperties.kt
index b59c966..944f356 100644
--- a/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/SemanticsProperties.kt
+++ b/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/SemanticsProperties.kt
@@ -394,7 +394,9 @@
     }
 }
 
-internal fun <T : Function<Boolean>> ActionPropertyKey(
+@Suppress("NOTHING_TO_INLINE")
+// inline to break static initialization cycle issue
+private inline fun <T : Function<Boolean>> ActionPropertyKey(
     name: String
 ): SemanticsPropertyKey<AccessibilityAction<T>> {
     return SemanticsPropertyKey(