Hi all, I've got a drawableresource as.png. this ...
# compose
m
Hi all, I've got a drawableresource as.png. this gets generated like this:
Copy code
internal val Res.drawable.`as`: DrawableResource
  get() = <http://CommonMainDrawable0.as|CommonMainDrawable0.as>
As you can see the as doens't get the backticks. Is there a way to force this or is it a bug?