From 27557fc2b24ed3e42d126aee3e0f3796de870e3c Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 9 Oct 2025 17:37:09 +0200 Subject: [PATCH] Need to be a compose library for UserProfileState to be considered stable. --- features/userprofile/api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/userprofile/api/build.gradle.kts b/features/userprofile/api/build.gradle.kts index 8bdaa8d77e..dd18ebd09e 100644 --- a/features/userprofile/api/build.gradle.kts +++ b/features/userprofile/api/build.gradle.kts @@ -6,7 +6,7 @@ */ plugins { - id("io.element.android-library") + id("io.element.android-compose-library") id("kotlin-parcelize") }