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

Downgrade hello-vulkan's kotlin to match the other samples. #1027

Merged
merged 4 commits into from
May 7, 2024

Conversation

DanAlbert
Copy link
Member

@DanAlbert DanAlbert commented May 7, 2024

Combining all the samples into one project means they have to all use the same Kotlin plugin version, which is 1.7.21 for all the others.

@DanAlbert DanAlbert requested a review from jfgoog May 7, 2024 21:54
@DanAlbert DanAlbert enabled auto-merge (rebase) May 7, 2024 21:54
@DanAlbert DanAlbert disabled auto-merge May 7, 2024 21:58
Preferred for newer projects, all the others do it, and gradle complains
if we mix and match in the parent project.
The Kotlin use here is trivial (it might actually be better to make all
the NativeActivity-esque samples Java, since it's fewer dependencies and
less stuff in the APK, which I expect games typically want). I'll
upgrade the whole repo to something actually modern once I can do it as
a batch as opposed to repo by repo. I need all the kotlin versions
matching before I can do that though, and everything else is on 1.7.21.
@DanAlbert DanAlbert changed the title Fix vulkan sample to work with any Kotlin version. Downgrade hello-vulkan's kotlin to match the other samples. May 7, 2024
@DanAlbert DanAlbert enabled auto-merge (rebase) May 7, 2024 22:12
@DanAlbert DanAlbert merged commit 3459164 into android:main May 7, 2024
2 checks passed
@DanAlbert DanAlbert deleted the fix-vulkan-kotlin branch May 7, 2024 22:27
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.

2 participants