Are compose.testTags modifiers compiled at buildtime for non-test builds or are they stripped?

Viewed 34

I am trying to convert espresso tests to support compose. Seems a bit awkward adding test tags in product code unless it gets removed.

e.g.

OutlinedTextField (
  modifier = Modifier.testTag("myField"),
0 Answers
Related