ritesh
03/16/2020, 2:01 PM@Parcelize
Any way, can i make use of typealias
and expect
and actual
without converting the domain pure kotlin module to android module?russhwolf
03/16/2020, 2:22 PM@OptionalExpectation
so you only need an actual
declaration on Androidritesh
03/16/2020, 2:31 PMexpect
in kotlin lib and actual
in android.ankushg
03/16/2020, 2:47 PMrusshwolf
03/16/2020, 2:51 PMritesh
03/16/2020, 2:58 PMexpect
in domain-module which is pure kotlin, it asks me to turn on the androidExtension experimental feature and to do that i need an android block and for that convert the gradle from kotlinLibrary to androidLibrary. Why not i directly use @Parceclize
if i change gradle to android lib.russhwolf
03/16/2020, 3:00 PMritesh
03/16/2020, 3:05 PM@Parcelize
If this is what you meant @russhwolf ?