Skip to content

Commit a689db8

Browse files
committed
Make internal since it should not be public
1 parent 15a57b5 commit a689db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projectguard/src/main/kotlin/com/rubensousa/projectguard/plugin/internal/DependencyConfiguration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package com.rubensousa.projectguard.plugin.internal
1818

19-
object DependencyConfiguration {
19+
internal object DependencyConfiguration {
2020

2121
private val supportedConfigurations = mutableSetOf(
2222
"androidTestUtil",

0 commit comments

Comments
 (0)