automotive-gradle

Configure Android Automotive OS Gradle builds with Kotlin DSL and Version Catalog patterns.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/jimloop/custom-claude-package --skill automotive-gradle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: automotive-gradle
Source: https://github.com/jimloop/custom-claude-package/tree/main/plugins/android-automotive-code/skills/automotive-gradle
Command: npx skills add https://github.com/jimloop/custom-claude-package --skill automotive-gradle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps Android Automotive OS developers avoid complex Gradle configuration mistakes by providing a complete reference for modern Kotlin DSL and dependency management setup.

Core Features & Use Cases

  • Version Catalog Configuration: Defines structured dependency and plugin management using libs.versions.toml for AAOS projects.
  • Gradle Build Setup: Provides settings, properties, ProGuard, and application module Gradle KTS configuration patterns for automotive applications.
  • Use Case: Developers building embedded Android Automotive applications can use this Skill to establish a production-ready Gradle foundation with compatible Car App libraries, Hilt, Kotlin, and testing dependencies.

Quick Start

Use the automotive-gradle skill to configure my Android Automotive OS project with a proper Gradle KTS and Version Catalog setup.

Frequently Asked Questions about automotive-gradle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Gradle for an Android Automotive OS app?

Configure Android Automotive OS builds by using Kotlin DSL and Version Catalog patterns to manage dependencies, plugins, and build properties for AAOS embedded applications.

What's the best way to manage Car App library dependencies in Gradle?

Managing Car App library dependencies is best handled through a Version Catalog (libs.versions.toml), which structures dependency and plugin management for AAOS projects.

Can I use Hilt and KSP in an Android Automotive Gradle build setup?

Yes, Hilt and KSP are integrated into the Android Automotive Gradle configuration standards, ensuring compatible dependency management and plugin setup for automotive applications.

How do I set up ProGuard rules for an AAOS project?

Set up ProGuard rules for AAOS projects by applying the provided Gradle KTS configuration patterns, which include build optimization and library compatibility setup for automotive applications.

Does this Gradle setup support Kotlin DSL for Android Automotive builds?

Yes, the Gradle setup supports Kotlin DSL, providing settings, properties, and application module Gradle KTS configuration patterns specifically designed for Android Automotive OS applications.