KOIN 설정 적용

This commit is contained in:
2023-07-23 19:50:34 +09:00
parent 3e62c754df
commit c1054c5ede
24 changed files with 407 additions and 227 deletions

View File

@@ -1,5 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
kotlin_version = '1.8.0'
}
repositories {
google()
mavenCentral()
@@ -9,6 +12,7 @@ buildscript {
dependencies {
classpath 'com.google.android.gms:oss-licenses-plugin:0.10.6'
classpath 'io.objectbox:objectbox-gradle-plugin:3.5.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}