-
Notifications
You must be signed in to change notification settings - Fork 662
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
Kotlin nightlies #6000
Draft
BoD
wants to merge
6
commits into
main
Choose a base branch
from
kotlin-nightlies
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Kotlin nightlies #6000
Conversation
This file contains 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
✅ Deploy Preview for apollo-android-docs canceled.
|
github-actions
bot
force-pushed
the
kotlin-nightlies
branch
4 times, most recently
from
June 28, 2024 02:18
778f94d
to
b6a5f4b
Compare
BoD
force-pushed
the
kotlin-nightlies
branch
3 times, most recently
from
June 28, 2024 16:42
c9aaa8c
to
2a8253f
Compare
github-actions
bot
force-pushed
the
kotlin-nightlies
branch
from
June 29, 2024 02:17
2a8253f
to
0fd3275
Compare
BoD
force-pushed
the
kotlin-nightlies
branch
2 times, most recently
from
July 2, 2024 08:49
8384a35
to
50a092a
Compare
github-actions
bot
force-pushed
the
kotlin-nightlies
branch
3 times, most recently
from
July 9, 2024 02:18
17d03c8
to
ea24208
Compare
github-actions
bot
force-pushed
the
kotlin-nightlies
branch
4 times, most recently
from
July 16, 2024 02:19
ef863f2
to
a848376
Compare
github-actions
bot
force-pushed
the
kotlin-nightlies
branch
5 times, most recently
from
July 25, 2024 02:19
be203b7
to
b27eeca
Compare
github-actions
bot
force-pushed
the
kotlin-nightlies
branch
3 times, most recently
from
August 1, 2024 02:23
6ca646b
to
22f3b8c
Compare
github-actions
bot
force-pushed
the
kotlin-nightlies
branch
4 times, most recently
from
August 8, 2024 02:20
b3725b0
to
2aff340
Compare
github-actions
bot
force-pushed
the
kotlin-nightlies
branch
3 times, most recently
from
December 10, 2024 02:33
11f4633
to
3692e96
Compare
BoD
force-pushed
the
kotlin-nightlies
branch
from
December 10, 2024 11:34
3692e96
to
508babf
Compare
github-actions
bot
force-pushed
the
kotlin-nightlies
branch
from
December 11, 2024 02:33
dbc29c1
to
46817bd
Compare
intellij-plugin/build.gradle.kts
Outdated
Comment on lines
60
to
62
attributes { | ||
attribute(KotlinPlatformType.attribute, KotlinPlatformType.jvm) | ||
} |
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.
Nit: this can be moved out of the loop
BoD
force-pushed
the
kotlin-nightlies
branch
from
December 11, 2024 08:33
46817bd
to
b46eee5
Compare
github-actions
bot
force-pushed
the
kotlin-nightlies
branch
5 times, most recently
from
December 18, 2024 02:31
8221477
to
0b35f1f
Compare
github-actions
bot
force-pushed
the
kotlin-nightlies
branch
from
December 21, 2024 02:25
fa0c7f3
to
db53ebe
Compare
github-actions
bot
force-pushed
the
kotlin-nightlies
branch
2 times, most recently
from
January 7, 2025 02:28
63649d4
to
db40923
Compare
github-actions
bot
force-pushed
the
kotlin-nightlies
branch
6 times, most recently
from
January 17, 2025 02:24
b945c89
to
6c7093d
Compare
github-actions
bot
force-pushed
the
kotlin-nightlies
branch
from
January 21, 2025 02:25
1e0b587
to
ffd3e56
Compare
…ion, to fix "More than one variant of project :apollo-runtime matches the consumer attributes" Gradle error. Not entirely sure why this is now needed, but that fixes it.
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.
"dev" versions of Kotlin and snapshot versions of KSP are pushed nightly to this branch, and a build is attempted, allowing us to know early about any compatibility issues.