Skip to content

Commit eb4f1b0

Browse files
committed
feat : class -> object로 디비 모듈 변경
1 parent 8e9f1c3 commit eb4f1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/src/main/java/com/stop/data/di/DatabaseModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import javax.inject.Singleton
1414

1515
@InstallIn(SingletonComponent::class)
1616
@Module
17-
class DatabaseModule {
17+
object DatabaseModule {
1818

1919
@Provides
2020
@Singleton

0 commit comments

Comments
 (0)