shineware / KOMORAN

Korean Morphological Analyzer by shineware
Apache License 2.0
283 stars 63 forks source link

안드로이드 스튜디오에서 클래스가 중복 되는 에러가 발생합니다. #135

Closed nurget closed 1 year ago

nurget commented 1 year ago

문제 설명

안드로이드 스튜디오에서 Komoran을 사용하려고 세팅하고 앱을 빌드하는 과정에서 클래스가 중복됐다는 에러가 발생합니다.

아래는 빌드 했을 때 발생하는 에러 메세지입니다.

Duplicate class kr.co.shineware.ds.aho_corasick.AhoCorasickDictionary found in modules KOMORAN-3.3.4 (com.github.shin285:KOMORAN:3.3.4) and aho-corasick-1.0.9 (com.github.shineware:aho-corasick:1.0.9) Duplicate class kr.co.shineware.ds.aho_corasick.FindContext found in modules KOMORAN-3.3.4 (com.github.shin285:KOMORAN:3.3.4) and aho-corasick-1.0.9 (com.github.shineware:aho-corasick:1.0.9) Duplicate class kr.co.shineware.ds.aho_corasick.model.AhoCorasickNode found in modules KOMORAN-3.3.4 (com.github.shin285:KOMORAN:3.3.4) and aho-corasick-1.0.9 (com.github.shineware:aho-corasick:1.0.9)

재현 경로

build.gradle에 implementation ('com.github.shin285:KOMORAN:3.3.4') { exclude group: 'com.github.shineware', module: 'commons' exclude group: 'com.github.whineware', module: 'aho-corasick' } 해당 코드가 있습니다.

환경 정보

어떤 환경에서 이 문제가 발생하였나요?

nurget commented 1 year ago

오타였습니다. 확인 안하고 이슈 남겨 죄송합니다 ㅠㅠ

9bow commented 1 year ago

확인 감사합니다! :)