organize build.gradle

This commit is contained in:
andrekir 2022-10-04 00:12:39 -03:00
parent ce8e67eb5d
commit 43652f4742
2 changed files with 23 additions and 20 deletions

View file

@ -1,11 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.6.21'
ext.coroutines_version = '1.6.0'
ext.room_version = '2.4.3'
ext.hilt_version = '2.40.5'
ext.datastore_version = '1.0.0'
ext {
kotlin_version = '1.6.21'
coroutines_version = '1.6.0'
room_version = '2.4.3'
hilt_version = '2.40.5'
datastore_version = '1.0.0'
}
repositories {
google()