Recherches récentes
Pas de recherche récente

Akash Koradia
Adhésion le 19 nov. 2021
·
Dernière activité le 22 nov. 2021
Suivis
0
Abonnés
0
Activité totale
4
vote
1
Abonnement
1
APERÇU DES ACTIVITÉS
BADGES
ARTICLES
PUBLICATIONS
COMMENTAIRES DE LA COMMUNAUTÉ
COMMENTAIRES SUR L’ARTICLE
APERÇU DES ACTIVITÉS
Dernière activité effectuée par Akash Koradia
Akash Koradia a ajouté un commentaire,
Hi Mick, thank you for responding.
I was able to resolve the issue - using exclude flexbox line in the dependency. As you can see below
implementation 'com.google.android.flexbox:flexbox:3.0.0'
implementation (group: 'com.zendesk', name: 'messaging', version: '5.2.2') {
exclude group: "com.google.android", module: "flexbox"
}
implementation (group: 'com.zendesk', name: 'chat', version: '3.3.2') {
exclude group: "com.google.android", module: "flexbox"
}
this worked for me
Afficher le commentaire · Modification le 22 nov. 2021 · Akash Koradia
0
Abonnés
1
vote
0
Commentaire
Akash Koradia a ajouté un commentaire,
Hi Eric,
I am facing same issue in Kotlin. Does Zendesk not support Kotlin also? I already have flexbox dependency in my code but still getting above issue.
Afficher le commentaire · Modification le 19 nov. 2021 · Akash Koradia
0
Abonnés
0
Votes
0
Commentaire