I’m looking for a way to shorten Kotlin’s compiled filenames so instead of ClassName$InnerClassFunctionWhateverButAVeryLongName$1.class
I’d like to make it shorter. Is there any way to do so?
I’m looking for a way to shorten Kotlin’s compiled filenames so instead of ClassName$InnerClassFunctionWhateverButAVeryLongName$1.class
I’d like to make it shorter. Is there any way to do so?