Skip to content

Commit

Permalink
增加 logger 模块,用于存放日志相关的工具类
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxia.zhou committed Dec 12, 2024
1 parent a7df11a commit 9a7ddde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.android.library) apply false
}
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx"
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
android-library = { id = "com.android.library", version.ref = "agp" }

2 changes: 2 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ dependencyResolutionManagement {
rootProject.name = "SwordLibrary"
include(":app")
include(":kotlinsample")
include(":logger")

0 comments on commit 9a7ddde

Please sign in to comment.