-
Notifications
You must be signed in to change notification settings - Fork 202
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
Adding Android Integration #612
Conversation
6fc13b5
to
55aea3b
Compare
55aea3b
to
f842a22
Compare
# Conflicts: # src.compiler/csharp/CSharpEmitterContext.ts # src/generated/PlayerSettingsSerializer.ts
# Conflicts: # src/AlphaTabApiBase.ts # src/model/Score.ts # src/synth/soundfont/Hydra.ts
# Conflicts: # src.kotlin/alphaTab/build.gradle.kts # src.kotlin/alphaTab/settings.gradle.kts
I finally found out what is causing Kotlin to be so extremely slow with the alphaTab codebase. It seems to be super slow when inferring generic types. One key class there is the As a local fix we can try to explicitly specifying the generics. |
# Conflicts: # src.kotlin/alphaTab/settings.gradle.kts
Issues
Fixes #532
Proposed changes
Adds the specific platform implementations and toolchain updates for targeting android natively.
Checklist
Further details