natario1
06/21/2023, 10:56 AMdamian
06/21/2023, 2:42 PMnatario1
06/21/2023, 11:01 PM@Data(dataToBeExported)
. On the consumer side, how can I find all such functions? AFAIR it's not possible to "scan" declarations that are outside the compilation unit, unless you know the FQN. So I'm left with the same problem - reconstructing the dependency tree on the consumer side, even if it's just a key (FQN) to the actual data (contents of @Data
)damian
06/21/2023, 11:20 PMnatario1
06/22/2023, 6:24 PMdamian
07/10/2023, 2:29 PMnatario1
07/10/2023, 2:49 PMT
, so when consumer module encounters T
it can fetch the necessary information.