-
Notifications
You must be signed in to change notification settings - Fork 2
-
As the title says, as soon as I add moko-parcelize dependency to my project, even though the gradle sync succeeds, I am not able to reference my shared module in any other module anymore. |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment · 10 replies
-
@Zeyad-37 show please gradle log from |
Beta Was this translation helpful? Give feedback.
All reactions
-
did you create mobile source set? |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Thanks, I'll give it a try |
Beta Was this translation helpful? Give feedback.
All reactions
-
Following the documentation you linked I was not able to create a mobileMain source set. Here is my gradle file and the error
and I receive this error:
thanks again. |
Beta Was this translation helpful? Give feedback.
All reactions
-
@Zeyad-37 it's dinamically created source set, so you should use
or you can move dependency to dep block of sourceset:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Works now, thanks alot. |
Beta Was this translation helpful? Give feedback.
All reactions
This discussion was converted from issue #11 on December 10, 2020 12:31.
@Zeyad-37 show please gradle log from
./gradlew build --info
also plugin
kotlin-android-extensiond
deprecated but available now, so you should use it whilemoko-parcelize
not updated tokotlin-parcelize