Rename testtags module
This commit is contained in:
parent
907d7eba75
commit
89ae06fe59
6 changed files with 10 additions and 9 deletions
|
|
@ -19,5 +19,5 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
namespace = "io.element.android.x.libraries.testtags"
|
||||
namespace = "io.element.android.libraries.testtags"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,13 +14,14 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package io.element.android.x.libraries.testtags
|
||||
package io.element.android.libraries.testtags
|
||||
|
||||
import androidx.compose.ui.ExperimentalComposeUiApi
|
||||
import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.semantics.semantics
|
||||
import androidx.compose.ui.semantics.testTag
|
||||
import androidx.compose.ui.semantics.testTagsAsResourceId
|
||||
import io.element.android.libraries.testtags.TestTag
|
||||
|
||||
/**
|
||||
* Add a testTag to a Modifier, to be used by external tool, like TrafficLight for instance.
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package io.element.android.x.libraries.testtags
|
||||
package io.element.android.libraries.testtags
|
||||
|
||||
@JvmInline
|
||||
value class TestTag internal constructor(val value: String)
|
||||
Loading…
Add table
Add a link
Reference in a new issue