Skip to content

Commit

Permalink
Replace kotlinx.android.parcel package with kotlinx.parcelize (#25422)
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca authored and pull[bot] committed Nov 1, 2023
1 parent e84f9d7 commit 1137738
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package com.google.chip.chiptool.setuppayloadscanner

import android.os.Parcelable
import chip.setuppayload.OptionalQRCodeInfo.OptionalQRCodeInfoType
import kotlinx.android.parcel.Parcelize
import kotlinx.parcelize.Parcelize

@Parcelize data class QrCodeInfo(
@Parcelize
data class QrCodeInfo(
val tag: Int,
val type: OptionalQRCodeInfoType,
val data: String,
Expand Down

0 comments on commit 1137738

Please sign in to comment.