All Downloads are FREE. Search and download functionalities are using the official Maven repository.

darwinMain.com.arkivanov.parcelize.darwin.Parcelize.kt Maven / Gradle / Ivy

package com.arkivanov.parcelize.darwin

/**
 * Instructs the `parcelize-darwin` compiler plugin to generate [Parcelable] implementation for the annotated class.
 */
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.BINARY)
annotation class Parcelize




© 2015 - 2025 Weber Informatics LLC | Privacy Policy