h0tk3y / better-parse

A nice parser combinator library for Kotlin
Apache License 2.0
419 stars 42 forks source link

Support kotlin 1.4.0 #30

Closed oxc closed 3 years ago

oxc commented 4 years ago

Could you provide a version that compiles against kotlin 1.4.0 release? The 1.4-M2 version is rejected by the compiler as "compiled by a pre-release version". Thanks!

oxc commented 4 years ago

Unfortunately the demo-js code is no longer fully compatible between 1.3.72 and 1.4.0, because compileKotlinTaskHolder was renamed to compileKotlinTaskProvider.

CommanderTvis commented 4 years ago

Same issue

h0tk3y commented 3 years ago

Closing this as obsolete. The latest release is built by Kotlin 1.4.31.