feat: jvm 바인딩 추가 - #181
Open
kdyann wants to merge 1 commit into
Open
Conversation
Codecov Report❌ Patch coverage is
🚀 New features to boost your workflow:
|
Contributor
|
커버리지 이슈를 확인해주세요 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
braillify 라이브러리를 Java 및 Kotlin 환경에서 사용할 수 있도록 JVM 바인딩을 추가합니다.
주요 구성
encode,translateToUnicode,translateToBrailleFont지원배포
JVM에서는 사용자가 JAR을 직접 관리하는 것보다 Gradle 또는 Maven에서 의존성 한 줄로 추가하는 방식이 편할 것 같아 Maven Central 배포로 구현했습니다.
Maven Central 배포를 포함하는 현재 방향이 괜찮을지, 아니면 GitHub Release artifact만 제공하는 편이 나을지 의견 부탁드립니다.
Maven Central 방식을 유지한다면 프로젝트에서 사용할 namespace와
groupId확인이 필요합니다.테스트