Skip to content

Commit

Permalink
Merge pull request #21 from gradle/tt/declarativize-bookmarks-feature
Browse files Browse the repository at this point in the history
Update NiA to use declarative files for feature/bookmarks
  • Loading branch information
tresat authored May 14, 2024
2 parents 738ff3b + ada09ea commit af3d7a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 35 deletions.
4 changes: 2 additions & 2 deletions feature/bookmarks/build.gradle.dcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ androidLibrary {
}

feature {
// Calling the configure method enables this lib to be treated as a feature
description = "Calling the configure method enables this lib to be treated as a feature"
}

compose {
// Calling the configure method enables compose support
description = "Calling the configure method enables compose support"
}
}
33 changes: 0 additions & 33 deletions feature/bookmarks/build.gradle.kts

This file was deleted.

0 comments on commit af3d7a8

Please sign in to comment.