My iOS team needs bitcode for a project we're curr...
# eap
g
My iOS team needs bitcode for a project we're currently building. I'm so hyped to bring Kotlin multiplatform to my company! Any idea when I could try 1.3.50-eap? 😇
r
You're most probably can use 1.3.50-dev, which should be in
kotlin/kotlin-dev
, of course with even less guarantees than nearly non-existent ones for EAP :)
🔥 2
a
You're definitely welcome to try it, but please keep in mind that it's published automatically from master sources every day, so no guarantees indeed.
Copy code
maven { url '<https://dl.bintray.com/kotlin/kotlin-dev>' }
🎉 1