Package-level declarations

Functions

Link copied to clipboard
fun UCallExpression.isInvokedWithinComposable(): Boolean

Returns whether this UCallExpression is invoked within the body of a Composable function or lambda.

Link copied to clipboard
fun PsiMethod.toKmFunction(): KmFunction?

Properties

Link copied to clipboard
val PsiMethod.isComposable: Boolean

Returns whether this method is @Composable or not

val ULambdaExpression.isComposable: Boolean

Returns whether this lambda expression is @Composable or not

val UVariable.isComposable: Boolean

Returns whether this variable's type is @Composable or not