hi guys how do i keep proguard/r8 from stripping a...
# android
j
hi guys how do i keep proguard/r8 from stripping annotation information? @Deprecated(message = "Reduce release string generation: use logi{ message }", replaceWith = ReplaceWith("logi{ message }", "net.kibotu.logger.Logger.logi"))
r
This is not kotlin specific, try Stackoverflow
j
it sort of is, since it doesn't get stripped in java version of it 😕
but yea stackoverflow is def the better place to ask those things regardless