Skip to content

Commit

Permalink
[add] #4 database module
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook123 committed Apr 13, 2024
1 parent 5ee8ec5 commit c8ad030
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/database/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
13 changes: 13 additions & 0 deletions core/database/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
plugins {
alias(libs.plugins.sopt.android.library)
alias(libs.plugins.sopt.android.hilt)
alias(libs.plugins.sopt.plugin.room)
alias(libs.plugins.kotlin.android)
}

android {
namespace = "org.sopt.database"
}

dependencies {
}
Empty file.
4 changes: 4 additions & 0 deletions core/database/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

</manifest>

0 comments on commit c8ad030

Please sign in to comment.