Hi, I have turned on Explicit API in an existing l...
# multiplatform
g
Hi, I have turned on Explicit API in an existing lib. Is there a way to append public to every class which is already public? There are 100+ files showing an error and it's boring to go thru one by one
f
You need to do it manually, explicitly!
g
sad panda
😁 1
f
Making a regex for replacing could be a solution to find/replace, good luck
or you can use
explicitApiWarning()
until you do the migration
m
Might be able to use a tool like ktlint or detekt that offer a autocorrect feature.