lukas1
lukas1
> The structure of our repo may be not be ideal for Carthage because we'd have to deploy a single .framework with all of our code in it (there's a...
> Is it possible to generate multiple libraries that will be resolved at link time with Carthage? Not sure what this means. With Carthage, you can built multiple `.framework` files...
@vvictor10 As for lambdas, something like this partially works (only partially) ```kotlin XyzTheme(body = @ExcludeFromJacocoGeneratedReport { Box( modifier = Modifier.background(MaterialTheme.colors.background), content = content, ) } ) ```
+1, if this library is supposed to be used widespread, than this is pretty much a must have