Files
compose-multiplatform/examples/todoapp-lite/common/src/androidMain/AndroidManifest.xml
Arkadii Ivanov a823edbd75 Simplified TodoApp example (#1252)
* Added simplified TodoApp example

* Move Dialog and Scrollbars to Utils.kt

* Use by mutableStateOf

* Added todoapp-lite to the main README file
2021-10-13 21:19:01 +03:00

3 lines
89 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<manifest package="example.todoapp.lite.common"/>