Package-level declarations
Types
Functions
Returns whether this has packageName as its package name.
Returns whether this UExpression is invoked within the body of a Composable function or lambda.
Returns whether this UCallExpression is directly invoked within the body of a Composable function or lambda without being remember
ed.
Returns whether this UCallExpression is directly invoked within the body of a Composable function or lambda without being remember
ed, or whether it is invoked inside a `remember call without the provided keys.
Properties
Returns whether this method is @Composable or not
Returns whether this lambda expression is @Composable or not
Returns whether this type reference is @Composable or not
Returns whether this variable's type is @Composable or not
Whether this PsiType is void
or Unit
Whether this PsiMethod returns Unit