How to use this library on Kotlin? #1134
-
As in the title. I know I can run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Kotlin is an upcoming feature in the future 1.3 release. That's why official & stable libraries are not available yet and the related guides on the website are also an outstanding task. You can get an overview on that here: https://github.com/orgs/CoderLine/projects/13 But(!): We are currently publishing already 1.3 prerelease versions to the Sonatype OSS Maven repositories: https://s01.oss.sonatype.org/content/repositories/snapshots/net/alphatab/ hence you should be able to consume alphaTab (core) or alphaTab (android) already via Maven and Gradle: https://central.sonatype.org/consume/ Regarding the compilation problem: Can you share some insights on your development environment? Generally things compile fine on my environment and GitHub. I would rather expect that compilation works everywhere. |
Beta Was this translation helpful? Give feedback.
Kotlin is an upcoming feature in the future 1.3 release. That's why official & stable libraries are not available yet and the related guides on the website are also an outstanding task. You can get an overview on that here: https://github.com/orgs/CoderLine/projects/13
But(!): We are currently publishing already 1.3 prerelease versions to the Sonatype OSS Maven repositories: https://s01.oss.sonatype.org/content/repositories/snapshots/net/alphatab/ hence you should be able to consume alphaTab (core) or alphaTab (android) already via Maven and Gradle: https://central.sonatype.org/consume/
Since a few days the publish seems broken and I'll have to fix that but there should be fairly up-to-da…