diff --git a/feature/bookmarks/build.gradle.dcl b/feature/bookmarks/build.gradle.dcl index a8ecfb207..3940ea8ed 100644 --- a/feature/bookmarks/build.gradle.dcl +++ b/feature/bookmarks/build.gradle.dcl @@ -10,8 +10,8 @@ androidLibrary { feature { // Calling the configure method enables this lib to be treated as a feature } -} - -// TODO -// alias(libs.plugins.nowinandroid.android.library.compose) + compose { + // Calling the configure method enables compose support + } +}