Skip to content

Commit 9b822f2

Browse files
committed
Travis error config
1 parent f09d484 commit 9b822f2

2 files changed

Lines changed: 2 additions & 133 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
//noinspection LifecycleAnnotationProcessorWithJava8
12
apply plugin: 'com.android.application'
23
apply plugin: 'kotlin-android'
4+
apply plugin: 'kotlin-kapt'
35
apply plugin: 'kotlin-android-extensions'
46

57
// https://www.androidhuman.com/lecture/quality/2016/02/13/jacoco_unit_test_android/
@@ -9,7 +11,6 @@ apply plugin: 'com.github.kt3k.coveralls'
911
apply plugin: 'jacoco-android'
1012
// https://blog.yena.io/studynote/2018/09/08/Android-Kotlin-Room.html
1113
// https://kotlinlang.org/docs/reference/using-gradle.html
12-
apply plugin: 'kotlin-kapt'
1314

1415
android {
1516
compileSdkVersion 28

app/src/main/java/com/seok/gitfordeveloper/views/MainActivity.kt

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)