Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
fixes Serializer.kt template
Browse files Browse the repository at this point in the history
  • Loading branch information
alicia committed Jun 5, 2020
1 parent 9d8e460 commit 0c03814
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package {{packageName}}.infrastructure

import com.squareup.moshi.KotlinJsonAdapterFactory
import com.squareup.moshi.Moshi
import com.squareup.moshi.Rfc3339DateJsonAdapter
import com.squareup.moshi.*
import java.math.BigDecimal
import java.time.LocalDate
import java.util.*

object Serializer {
Expand Down

0 comments on commit 0c03814

Please sign in to comment.