notParcelableMain.com.arkivanov.essenty.parcelable.IgnoredOnParcel.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parcelable Show documentation
Show all versions of parcelable Show documentation
Essential libraries for Kotlin Multiplatform
package com.arkivanov.essenty.parcelable
@Target(AnnotationTarget.PROPERTY)
@Retention(AnnotationRetention.SOURCE)
actual annotation class IgnoredOnParcel actual constructor()
© 2015 - 2024 Weber Informatics LLC | Privacy Policy