Skip to content

Commit

Permalink
Remove redundant qualifier name
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Dec 4, 2024
1 parent 80819c9 commit 12e8384
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class CommonDependencies(val versions: CommonVersions = CommonVersions()) {
// TODO consider refactoring other inner classes to this architecture too

class JetbrainsAndroidx(defaultVersions: CommonVersions.JetbrainsAndroidx) {
interface Subgroup : CommonDependencies.SubgroupWithNameInArtifact {
interface Subgroup : SubgroupWithNameInArtifact {
override val groupPrefix: String get() = "org.jetbrains.androidx"
}

Expand Down

0 comments on commit 12e8384

Please sign in to comment.