feat: добавлен диалог принятия соглашений

This commit is contained in:
Даниил 2023-06-03 18:06:33 +04:00
parent b3fb578a01
commit 270f934798
Signed by: nm17
GPG key ID: 3303B70C59145CD4
11 changed files with 318 additions and 120 deletions

View file

@ -3,5 +3,7 @@
plugins {
alias(libs.plugins.androidApplication) apply false
alias(libs.plugins.kotlinAndroid) apply false
id("com.google.devtools.ksp") version "1.8.21-1.0.11" apply false
}
true // Needed to make the Suppress annotation work for the plugins block