Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd committed Dec 8, 2024
1 parent 0cf710a commit 4add818
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package app.softwork.uuid.internal

import android.os.Parcel
import android.os.Parcelable
import app.softwork.uuid.UuidParceler
import app.softwork.uuid.SOME_UUID_STRING
import app.softwork.uuid.UuidParceler
import kotlinx.parcelize.Parcelize
import kotlinx.parcelize.TypeParceler
import kotlinx.parcelize.parcelableCreator
Expand Down

0 comments on commit 4add818

Please sign in to comment.