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

Realm plugin: consider kotlin-multiplatform plugin #6653

Closed
sellmair opened this issue Nov 1, 2019 · 0 comments
Closed

Realm plugin: consider kotlin-multiplatform plugin #6653

sellmair opened this issue Nov 1, 2019 · 0 comments

Comments

@sellmair
Copy link
Contributor

sellmair commented Nov 1, 2019

Goal

Use realm with the "kotlin-multiplatform" plugin instead of "kotlin-android"

Actual Results

The realm Gradle plugin did not apply the kapt dependency

Workaround

Add the kapt dependency

kapt("io.realm:realm-annotations-processor:${realmVersion}")

See #6652

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants