mirror of https://github.com/tasks/tasks
Add CommonParcelize
parent
505c8c29d5
commit
17d218aa4e
@ -0,0 +1,7 @@
|
|||||||
|
@file:Suppress("EXPECT_ACTUAL_CLASSIFIERS_ARE_IN_BETA_WARNING")
|
||||||
|
|
||||||
|
package org.tasks
|
||||||
|
|
||||||
|
import android.os.Parcelable
|
||||||
|
|
||||||
|
actual typealias CommonParcelable = Parcelable
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
@file:Suppress("EXPECT_ACTUAL_CLASSIFIERS_ARE_IN_BETA_WARNING")
|
||||||
|
|
||||||
|
package org.tasks
|
||||||
|
|
||||||
|
@Target(AnnotationTarget.CLASS)
|
||||||
|
@Retention(AnnotationRetention.BINARY)
|
||||||
|
annotation class CommonParcelize
|
||||||
|
|
||||||
|
expect interface CommonParcelable
|
||||||
Loading…
Reference in New Issue