You've already forked element-android
mirror of
https://github.com/vector-im/element-android.git
synced 2025-07-31 07:04:23 +03:00
Enable Ksp for Epoxy Processor
This commit is contained in:
committed by
Benoit Marty
parent
570bc57cc6
commit
cba920f3e5
3
library/external/jsonviewer/build.gradle
vendored
3
library/external/jsonviewer/build.gradle
vendored
@ -2,6 +2,7 @@ apply plugin: 'com.android.library'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-parcelize'
|
||||
apply plugin: 'kotlin-kapt'
|
||||
apply plugin: 'com.google.devtools.ksp'
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
@ -51,7 +52,7 @@ dependencies {
|
||||
implementation libs.androidx.recyclerview
|
||||
|
||||
implementation libs.airbnb.epoxy
|
||||
kapt libs.airbnb.epoxyProcessor
|
||||
ksp libs.airbnb.epoxyProcessor
|
||||
|
||||
implementation libs.airbnb.mavericks
|
||||
// Span utils
|
||||
|
Reference in New Issue
Block a user