Add forward & backward

This commit is contained in:
Oleksandr Balan
2022-04-26 17:38:51 +02:00
parent c0faeb5cfd
commit 1de8caee0f
7 changed files with 303 additions and 110 deletions

View File

@@ -1,12 +1,12 @@
buildscript {
ext {
compose_version = '1.0.1'
compose_version = '1.2.0-alpha07'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.1.1' apply false
id 'com.android.library' version '7.1.1' apply false
id 'org.jetbrains.kotlin.android' version '1.5.21' apply false
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
}
task clean(type: Delete) {