Migrate to compose (#1)

The whole App has essentially been rebuilt to use compose

Reviewed-on: #1
Co-authored-by: Clara Dautermann <git@cdaut.de>
Co-committed-by: Clara Dautermann <git@cdaut.de>
This commit is contained in:
Clara Dautermann 2025-05-13 21:31:17 +02:00 committed by clara
parent 83601393b1
commit a341d7a920
55 changed files with 565 additions and 998 deletions

View file

@ -0,0 +1,17 @@
package de.cdaut.dbtapp
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)
}
}