2
0

add core lib for tests

This commit is contained in:
2024-02-04 17:28:45 +07:00
parent 53eeb6c628
commit 3af4f659af
30 changed files with 226 additions and 321 deletions

View File

@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
androidApplication version Version.gradle apply false
kotlinJvm version Version.Kotlin.language apply false
}
androidLibrary version Version.gradle apply false
kotlinAndroid version Version.Kotlin.language apply false
}