Basic list of conversations (UI only) are working using Jetpack Compose. Next step is to try and get data loading from a Room database. Ideally, I can have a test data store and a real data store, and some way to switch between them.
19 lines
680 B
XML
19 lines
680 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="GradleMigrationSettings" migrationVersion="1" />
|
|
<component name="GradleSettings">
|
|
<option name="linkedExternalProjectsSettings">
|
|
<GradleProjectSettings>
|
|
<option name="testRunner" value="GRADLE" />
|
|
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
<option name="modules">
|
|
<set>
|
|
<option value="$PROJECT_DIR$" />
|
|
<option value="$PROJECT_DIR$/app" />
|
|
</set>
|
|
</option>
|
|
</GradleProjectSettings>
|
|
</option>
|
|
</component>
|
|
</project> |