Skip to content

Commit

Permalink
Merge pull request #25 from AutSoft/dev
Browse files Browse the repository at this point in the history
Remove explicit param names
  • Loading branch information
zsmb13 authored Sep 21, 2021
2 parents 26be65e + 30ee54c commit f36966d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ internal val moshiInstances: MutableMap<Krate, Moshi> = mutableMapOf<Krate, Mosh
defaultMoshi
} catch (e: Throwable) {
throw IllegalStateException(
message = "Do not use krate-moshi-core directly. Either krate-moshi-codegen (if you only use Moshi" +
"Do not use krate-moshi-core directly. Either krate-moshi-codegen (if you only use Moshi" +
" with codegen) or krate-moshi-reflect (if you use Moshi via reflection at all) should be" +
" included as a dependency!",
cause = e
e
)
}
}
Expand Down

0 comments on commit f36966d

Please sign in to comment.