Hello, I want to add baseline profiles to my KMP p...
# multiplatform
n
Hello, I want to add baseline profiles to my KMP project. But my androidApp module does not have any main package. It has kotlin package. Something like the SS. Please help me where to put baseline-prof.txt in this cade.
p
You can put it under androidMain. You can check if it works by analyzing the apk and comparing a previous APK (without BP) with a new one (with BP).