Is splitties in version 3.0.0-alpha06 expected to ...
# splitties
p
Is splitties in version 3.0.0-alpha06 expected to compile without issues with Kotlin 1.4? I am unable to compile project after updating from Kotlin 1.3.70:
Copy code
Caused by: java.lang.IllegalStateException: Couldn't obtain compiled function body for public final inline fun <get-progressBar>(): splitties.views.dsl.core.styles.ProgressBarAndroidStyles defined in splitties.views.dsl.core.styles.AndroidStyles[PropertyGetterDescriptorImpl@4d0bbd88]
	at org.jetbrains.kotlin.codegen.inline.InlineCodegen$Companion.getCompiledMethodNodeInner(InlineCodegen.kt:579)
	at org.jetbrains.kotlin.codegen.inline.InlineCodegen$Companion.createInlineMethodNode$backend(InlineCodegen.kt:543)
	at org.jetbrains.kotlin.codegen.inline.InlineCodegen.performInline(InlineCodegen.kt:143)
	... 74 more
l
Name mangling of inline classes changed in Kotlin 1.4, so I'll need to update Splitties. This is happening this weekend.
👍 1
I'm sorry I didn't finish it this weekend. I still have some documentation to write. I'll keep you updated, I also want to upgrade to Kotlin 1.4
👌 1
p
No problem. Take your time 😉