最近の検索


最近の検索はありません

Akash Koradia's Avatar

Akash Koradia

参加日2021年11月19日

·

前回のアクティビティ2021年11月22日

フォロー中

0

フォロワー

0

合計アクティビティ

4

投票

1

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ Akash Koradia

Akash Koradiaさんがコメントを作成しました:

コミュニティのコメント Developer - Zendesk SDKs

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 

コメントを表示 · 編集日時:2021年11月22日 · Akash Koradia

0

フォロワー

1

投票

0

コメント


Akash Koradiaさんがコメントを作成しました:

コミュニティのコメント Developer - Zendesk SDKs

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.

コメントを表示 · 編集日時:2021年11月19日 · Akash Koradia

0

フォロワー

0

投票

0

コメント