Initial implementation
This commit is contained in:
parent
256c243ce0
commit
0b4fa9ece7
69 changed files with 2561 additions and 0 deletions
7
gradlescripts/versions.gradle
Normal file
7
gradlescripts/versions.gradle
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
project.ext {
|
||||
compose_version = "1.2.0-beta03"
|
||||
kotlin_coroutine_version = "1.5.2"
|
||||
appcompat_version = "1.4.0"
|
||||
kotlin_version = "1.6.10"
|
||||
composeKotlinCompilerExtensionVersion = "1.1.1"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue