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
rkeazor
07/05/2019, 12:16 PM
This is not kotlin specific, try Stackoverflow
j
Jan
07/05/2019, 12:25 PM
it sort of is, since it doesn't get stripped in java version of it 😕
Jan
07/05/2019, 12:25 PM
but yea stackoverflow is def the better place to ask those things regardless