add cacheable settings

This commit is contained in:
2022-08-21 18:25:51 +06:00
parent 463a590861
commit f943daf1ab
3 changed files with 41 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ kotlin {
}
jvmMain {
dependencies {
api libs.microutils.repos.cache
}
}
}