Hello. Which Gradle Task should I execute to build...
# multiplatform
p
Hello. Which Gradle Task should I execute to build ONLY the AAR? There’s an
assembleXCFramework
task which builds the XCFramework for iOS, but I don’t know if there’s a task for AAR only. I think the
assemble
builds for both iOS and Android.