mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
chore: add TraceLog
This commit is contained in:
parent
c87f6a4239
commit
b31a3755bb
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ plugins {
|
|||
alias(libs.plugins.whetstone)
|
||||
alias(libs.plugins.baselineprofile)
|
||||
alias(libs.plugins.licensee)
|
||||
alias(libs.plugins.tracelog)
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
|
@ -102,4 +102,5 @@ modulegraph = "dev.iurysouza.modulegraph:0.4.0"
|
|||
modulegraphassert = "com.jraska.module.graph.assertion:2.4.1"
|
||||
poko = "dev.drewhamilton.poko:0.15.0"
|
||||
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
||||
tracelog = "dev.msfjarvis.tracelog:0.1.3"
|
||||
whetstone = { id = "dev.msfjarvis.whetstone", version.ref = "whetstone" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue