xxfast
06/07/2023, 11:44 AMsrc/commonMain/resources
directory and this is included in andorid sourcesets with
android {
sourceSets["main"].res.srcDirs("src/androidMain/res", "src/commonMain/resources")
}
However, now agp complaints with
AGPBI: {"kind":"error","text":"The file name must end with .xml","sources":[{"file":"/Users/TFNX46/Developer/MULTIPLATFORM/NYTimesKMP/app/src/commonMain/resources/fonts/CheltenhamBold.ttf"}],"tool":"Resource and asset merger"}
Execution failed for task ':app:packageDebugResources'.
Am I missing a configuration? I'm using agp 8.0.1 with gradle 8.0ayodele
06/07/2023, 2:20 PMayodele
06/08/2023, 6:35 AMAlex Acosta
08/16/2023, 6:35 PM