Skip to content

Commit

Permalink
cache api
Browse files Browse the repository at this point in the history
  • Loading branch information
kotlitecture committed Jun 24, 2024
1 parent 5cd0cde commit 5db9d6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ object Rules {
// dataflow
const val AppConfigSource = "${CommonAppMainDir}/kotlin/kotli/app/datasource/config/AppConfigSource.kt"
const val AnalyticsSource = "*/*AnalyticsSource.kt"
const val CacheSource = "*/*CacheSource.kt"
const val CacheSource = "*/*CacheSource*.kt"
const val SqlDelightSource = "*/*SqlDelightSource.kt"
const val ConfigSource = "*/*ConfigSource.kt"
const val PagingSource = "*/*Paging*.kt"
Expand Down

0 comments on commit 5db9d6d

Please sign in to comment.