Can we play around with the inline classes feature...
# language-proposals
k
Can we play around with the inline classes feature already? Looks like I need to enable it in gradle, but what's the exact "keyword"?
🙏🏼 3
e
in b4 "magic"
according to here, https://github.com/Kotlin/KEEP/blob/master/proposals/inline-classes.md, they say it's implemented since kt 1.2.30.. 🤔
k
Interesting how this isn't mentioned here: https://blog.jetbrains.com/kotlin/2018/03/kotlin-1-2-30-is-out/
k
Awesome, thanks. Looks like someone just commented it on the issue too, does that happen to be you?
now I get tons of
Class 'unsigned.ByteKt' is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler
I'm on 1.2.51
yeah, that was me btw
👍 1
k
Sure, that's one of the current pitfalls: binaries you build are labeled with "experimental" and can't be used in stable builds.
e
so upgrading to eap should solve it?
k
Wait does this happen within a single project?
e
yes
that's the problem
k
That's strange. I'm not at a computer right now, but I'll try a later too.
e
fuck, I'm stuck
tried to updated also gradle, nothing changed
cleaned and build, nothing