Create project from AS wizard "Empty Compose Activity (Material 3)"

This commit is contained in:
Benoit Marty 2022-10-07 15:05:13 +02:00
parent ce73999b32
commit 4dc26a4ffa
40 changed files with 922 additions and 0 deletions

View file

@ -0,0 +1,17 @@
package io.element.android.x
import org.junit.Test
import org.junit.Assert.*
/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}