rsetkus
10/30/2020, 9:16 PMapi(project(":generatedapi"))
it as a dependency to common module. It compiles and builds successfully but when I publish the project as a library, those generated classes are not included so clients which are using multiplatform library cannot access them. Does anybody tried to achive something similar like this or maybe know a way how to expose dependency classes to clients? Thanks.Big Chungus
10/30/2020, 9:24 PMrsetkus
10/30/2020, 9:38 PMBig Chungus
10/30/2020, 9:39 PMrsetkus
10/30/2020, 9:45 PMCannot access class 'xx.yy.DataClass. Check your module classpath for missing or conflicting dependencies
Big Chungus
10/30/2020, 9:46 PMrsetkus
10/30/2020, 9:46 PMBig Chungus
10/30/2020, 9:47 PMrsetkus
10/30/2020, 10:04 PMjar
task is not found in my main multiplatform module. Instead used jvmJar
and that worked fine.
That works for Android, but I suppose I'd get the same issue for iOS. 🤔Big Chungus
10/30/2020, 11:39 PMrsetkus
10/31/2020, 7:26 AMBig Chungus
10/31/2020, 11:07 AMrsetkus
10/31/2020, 5:16 PMCannot access class XXX Check your module classpath for missing or conflicting dependencies
Big Chungus
10/31/2020, 5:21 PMrsetkus
10/31/2020, 5:23 PMBig Chungus
10/31/2020, 5:27 PMrsetkus
10/31/2020, 5:31 PMBig Chungus
10/31/2020, 5:33 PMrsetkus
10/31/2020, 6:43 PMBig Chungus
10/31/2020, 6:44 PMrsetkus
10/31/2020, 6:48 PMBig Chungus
10/31/2020, 6:51 PMrsetkus
10/31/2020, 8:04 PMimplementation
to api
. I used api
before but only for the other internal module and that didn't work.Big Chungus
10/31/2020, 8:16 PMrsetkus
10/31/2020, 8:20 PMapi
before, I didn't publish it at that time.
Thanks a lot! I owe a 🍺 🙂