mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-06 00:02:48 +02: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