After migrating from version 1.3.50 of the multipl...
# kotlin-native
y
After migrating from version 1.3.50 of the multiplatform plugin to 1.3.60, having '<' as the first char of a backtick-quoted identifier causes the task :linkReleaseExecutableLinux to fail.
Caused by naming nearly anything
<test
(with backticks). Local values or functions, private inline functions, private value getters, and private const values are unaffected, presumably because they don't exist after compilation. The name
te<st
works as expected. Naming a function or value
<test
gives an error like
Could not find serialized descriptor for index: 3973901851751146659 dev.yoshirulz.repro,<root>,<test
, while a class, object, etc. gives
not identifier: <test
.