yousuf.haque
02/11/2019, 6:35 PM- root
- module1
- build.gradle
- module2
- build.gradle
- sharedmodule
- src
- SomeDataClass.kt
- build.gradle
- build.gradle
In the above example, I'd like to use SomeDataClass
in module 1 and module 2 without having to set up a kotlin multiplatform project
cc @Zachary Smithnapperley
02/11/2019, 8:52 PMZachary Smith
02/11/2019, 9:55 PMyousuf.haque
02/11/2019, 9:58 PMyousuf.haque
02/11/2019, 10:02 PMDico
02/12/2019, 4:52 AMproject("projectName")