Change build.gradle's for MIR

This commit is contained in:
Sergei Anukhin 2023-07-25 22:52:43 +03:00
parent 54d2482064
commit fbe4318ef8
4 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$Version.KOTLIN"
classpath 'de.aaschmid:gradle-cpd-plugin:3.1'
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.6.0"
}

View File

@ -3,7 +3,7 @@ apply from: "../android-configs/lib-config.gradle"
dependencies {
implementation "androidx.recyclerview:recyclerview"
implementation "androidx.fragment:fragment-ktx"
implementation project(path: ':logging')
implementation project(path: ':RoboSwag:logging')
constraints {
implementation("androidx.recyclerview:recyclerview") {

View File

@ -2,8 +2,8 @@ apply from: "../android-configs/lib-config.gradle"
apply plugin: 'kotlin-android'
dependencies {
implementation project(":utils")
implementation project(":kotlin-extensions")
implementation project(":RoboSwag:utils")
implementation project(":RoboSwag:kotlin-extensions")
implementation "com.google.android.material:material"
implementation "androidx.core:core-ktx"

View File

@ -7,7 +7,7 @@ dependencies {
def jodaVersion = '2.10.2'
def junitVersion = '4.13.2'
implementation project(':kotlin-extensions')
implementation project(':RoboSwag:kotlin-extensions')
implementation "androidx.core:core"
implementation "androidx.annotation:annotation"
implementation "com.google.android.material:material"