Closed 05nelsonm closed 1 week ago
Unfortunately, kotlin version 2.0.21 still has major compatibility issues that will not be resolved until 2.1.0. As such, need to drop cklib usage for the time being (because it has a dependency on kotlin 2.0.0 and does not use compileOnly).
kotlin
2.0.21
2.1.0
cklib
2.0.0
compileOnly
Refer to d49537b and acfc3b7
Unfortunately,
kotlin
version2.0.21
still has major compatibility issues that will not be resolved until2.1.0
. As such, need to dropcklib
usage for the time being (because it has a dependency on kotlin2.0.0
and does not usecompileOnly
).Refer to d49537b and acfc3b7