Is anyone aware of (or working on) a compiler plug...
# multiplatform
e
Is anyone aware of (or working on) a compiler plugin that can automatically rename test methods with nice back tick names to valid names on the platforms that don't support them, like JS? Basically, applying
JsName()
without having to do it by hand.
j
Would be useful for Android users whose minSdk is lower than 30 where space is prohibited. That being said, you're going to break IDE integration since the names will no longer correspond.
e
Breaking IDE integration would be an unfortunate side effect, for sure.