Optimize imports, disallow wildcard imports because of klint, run linter

This commit is contained in:
jobobby04
2020-04-04 16:30:05 -04:00
committed by Jobobby04
parent f18891a07e
commit 23ac3d18e5
138 changed files with 1192 additions and 1027 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ enum class DebugToggles(val default: Boolean) {
companion object {
private val prefs: PreferencesHelper by injectLazy()
}
}
}