It's not explicitly written in the doc: what is th...
# power-assert
c
It's not explicitly written in the doc: what is the versioning scheme? Will it always follow the Kotlin version?
j
probably as it is a compiler plugin
b
Yes, it follows Kotlin's version. This is true for all official compiler plugins.
🙏 1