Move parcelize checkers testdata to :parcelize-compiler module

This commit is contained in:
Dmitriy Novozhilov
2021-10-26 11:16:16 +03:00
committed by teamcityserver
parent a093052b77
commit b84ee64994
15 changed files with 0 additions and 0 deletions
@@ -0,0 +1,7 @@
package test
import kotlinx.parcelize.Parcelize
import android.os.Parcelable
@Parcelize
class User(val firstName: String, val secondName: String, val age: Int) : Parcelable