Go multi-module: app-common, app-phone, app-wear

This commit is contained in:
darken
2022-09-14 18:00:18 +02:00
committed by Matthias Urhahn
parent 753d311593
commit 688748da36
631 changed files with 1595 additions and 49 deletions
@@ -0,0 +1,16 @@
package eu.darken.capod
import org.junit.Assert.assertEquals
import org.junit.Test
/**
* 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)
}
}