Logger created

This commit is contained in:
akkkihi
2022-06-07 17:26:11 +04:00
parent 45772e7376
commit 879587ada7
11 changed files with 119 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
rootProject.name = 'project_name'
rootProject.name = 'truth_simple_kmp_logger'
String[] includes = [
":lib"
":logger"
]