Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hardyeats: BasicSample #1

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Hardyeats: BasicSample #1

wants to merge 22 commits into from

Conversation

hardyeats
Copy link

No description provided.

Copy link
Author

@hardyeats hardyeats left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 부분이 엄청 힘들었는데...

AAC Room을 코틀린으로 쓰고자 할 때,

apply plugin: 'kotlin-kapt'
kapt "android.arch.persistence.room:compiler:" + rootProject.archRoomVersion

이걸 추가해 줘야 하는데, 이렇게 되면 기존의 데이터바인딩 어노테이션 프로세서와 충돌을 일으키나 봐요.

그러면

kapt 'com.android.databinding:compiler:3.0.0-beta2'

이걸 추가해줘서 호환성을 맞춰야 하는 것 같고,
그에 따라 데이터바인딩을 쓴 클래스들은 코틀린으로 변환을 해줘야 하는 것 같습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant