all: reformat

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-01-18 18:53:18 +05:30
parent 6b85bc51de
commit 45c3ec504f
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
14 changed files with 55 additions and 43 deletions

View file

@ -7,6 +7,7 @@ private const val DAGGER_HILT_VERSION = "2.31-alpha"
object Dependencies {
const val COMPOSE_VERSION = "1.0.0-alpha10"
object Kotlin {
object Coroutines {