-
Notifications
You must be signed in to change notification settings - Fork 61
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
Migration to AGP, gradle 8.0 and above #1486
Comments
on Upgrade gradle version and using android studio grife, realm dependncy not resolve, there is some compitabilaty issue. Please guide . how to fixed it. i already upgrade project gradle. is there any beta version or solution like for realm java sdk |
Hi @AsifAliJohari I tried to upgrade our Intro sample project to AGP 8 and Gradle 8. It seems to work fine if you adjust for a ew things. You can see it here: realm/realm-kotlin-samples#43 What exactly are the issue you are running into? |
Hi @cmelchior . We also bumped into some issues after upgrading to the latest Android Studio and gradle 8.3. This is the error we get when compiling:
|
@florinleu That looks like an incremental compilation error. Does it also happens if you do a clean build? |
Yes. The latest release that works is Realm 1.5.2. |
Hi @cmelchior ,thanks for responce. sorry for late reply. i found issue related to this problem in java sdk .i already mention above |
i check it ,all step already follow. |
Gradle with kotlin DSL and buildSrc |
@cmelchior this may help you understand problem |
@cmelchior may help you understand problem |
@cmelchior error goes after this change . but i not understand why this happen . is there any bugs ??? issue #1243 is similer also. |
@cmelchior do you have any updates on this? We're still forced to use realm 1.5.2 even if the latest release is 1.11.1. |
@florinleu As far as we know, Realm should work with Gradle 8 and AGP 8. We have a branch here showing it: https://github.com/realm/realm-kotlin-samples/pull/43/files Your stack trace above indicates that your plugin and dependency version are out of sync? |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
on Upgrade gradle version and using android studio grife, realm dependncy not resolve, there is some compitabilaty issue. Please guide . how to fixed it. i already upgrade project gradle. is there any beta version or aolution like for realm java sdk
The text was updated successfully, but these errors were encountered: