-
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
WIP: Upgrade Kotlin / KSP / Compose Multiplatform #548
WIP: Upgrade Kotlin / KSP / Compose Multiplatform #548
Conversation
utils/interop-ribs/lint-baseline.xml
Outdated
<issues format="6" by="lint 7.4.1" type="baseline" client="gradle" dependencies="false" name="AGP (7.4.1)" variant="all" version="7.4.1"> | ||
|
||
<issue | ||
id="NewApi" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had this issue before, it went away with agp update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which AGP version should remove this false positive?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it wasn't a specific version but rather combination kotlin + agp
@@ -9,16 +9,16 @@ androidTargetSdk = "32" | |||
androidx-lifecycle = "2.6.1" | |||
androidx-navigation-compose = "2.5.1" | |||
coil = "2.2.1" | |||
composePlugin = "1.4.0" | |||
composePlugin = "1.5.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but we can't update it without updating google compose to 1.5? And compose update at the main project is currently blocked
Closing as done with even later versions in #662 |
Description
Fixes #547
Check list
CHANGELOG.md
if required.