Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #116 from j-sal/FINCN-241
Browse files Browse the repository at this point in the history
Fixes FINCN-241: kotlin-kapt error
  • Loading branch information
awasum authored Oct 23, 2021
2 parents 1951d55 + 2e3373e commit 028c23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'io.fabric'
apply from: '../config/quality/quality.gradle'
Expand Down

0 comments on commit 028c23a

Please sign in to comment.