Feature Request P2
Status Update
Comments
cl...@google.com <cl...@google.com>
as...@google.com <as...@google.com> #2
au...@google.com <au...@google.com> #3
To clarify as in, has not reached Google maven, but should be part of the beta02 release.
fs...@google.com <fs...@google.com> #4
The sourceSets
DSL from androidXMultiplatform
extension delegates to the regular Kotlin multiplatform sourceSets
, which in general doesn't support adhoc configurations (unless it's changed recently). Not to say we can't make something work but I don't understand the use case well enough right now to know what that would be.
Description
The
sourceSets
in ourandroidXMultiplatform
Kotlin multiplatform extension does not supportsamples()
function, requiring us to declare samples in an top level declaration like this:It would be nice to support
samples
within our customsourceSets
.