mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -04:00
Squashed commit:
[e6b4786c] Revert "#1307 add ktlint" This reverts commit 8101df0481c1979421da868a1a58646375929458. [8101df04] #1307 add ktlint [2035e717] Revert "#1307 test commit" This reverts commit 4558f7a3ff93470b30f06dfc8d7a553994ca826d. (+1 squashed commits) Squashed commits: [4558f7a3] #1307 test commit
This commit is contained in:
parent
648597521c
commit
97d6932062
@ -20,6 +20,7 @@ buildscript {
|
|||||||
classpath "com.testdroid:testdroid-api:2.71"
|
classpath "com.testdroid:testdroid-api:2.71"
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
|
||||||
classpath "io.objectbox:objectbox-gradle-plugin:$objectboxVersion"
|
classpath "io.objectbox:objectbox-gradle-plugin:$objectboxVersion"
|
||||||
|
classpath "org.jlleitschuh.gradle:ktlint-gradle:8.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -33,6 +34,7 @@ apply plugin: 'kotlin-android-extensions'
|
|||||||
apply plugin: 'kotlin-kapt'
|
apply plugin: 'kotlin-kapt'
|
||||||
apply plugin: 'io.objectbox'
|
apply plugin: 'io.objectbox'
|
||||||
apply plugin: 'jacoco-android'
|
apply plugin: 'jacoco-android'
|
||||||
|
apply plugin: "org.jlleitschuh.gradle.ktlint"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user