tajsos-gradle-build

Align Kotlin, Compose, AGP, Gradle, and JDK versions across TajsOS modules.

3|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/tajemniktv/TajsOS --skill tajsos-gradle-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tajsos-gradle-build
Source: https://github.com/tajemniktv/TajsOS/tree/main/.agent/skills/tajsos-gradle-build
Command: npx skills add https://github.com/tajemniktv/TajsOS --skill tajsos-gradle-build

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of misaligned build tooling and invalid verification commands for TajsOS's Kotlin Multiplatform and Compose Multiplatform project, removing guesswork when running builds or tests across shared, JVM, and Android modules.

Core Features & Use Cases

  • Cross-Platform Build Guidance: Provides clear rules to avoid misapplying Android-only AGP migration advice to Kotlin Multiplatform-wide build decisions.
  • Version Alignment Rules: Ensures consistent Kotlin, Compose, AGP, Gradle, and JDK versions across all modules to prevent compatibility issues.
  • Repo-Validated Command Sets: Offers pre-tested gradle commands for fast local checks, Android-specific lint/assemble tasks, and full CI-equivalent test runs.
  • Use Case: When updating build tooling or modifying shared KMP code for TajsOS, use this Skill to run the correct, project-specific commands without introducing broken builds.

Quick Start

Use the tajsos-gradle-build skill to run the full set of repo-validated build and test commands for the TajsOS project after making changes to shared Kotlin Multiplatform modules.

Frequently Asked Questions about tajsos-gradle-build

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

FAQPage Schema
How do I align Kotlin, Compose, and AGP versions for a Kotlin Multiplatform build?

Aligning versions for a Kotlin Multiplatform build requires applying cross-module rules for Kotlin, Compose, AGP, Gradle, and JDK to prevent compatibility issues across shared, JVM, and Android modules.

What Gradle commands should I run to test shared Kotlin Multiplatform modules?

To test shared Kotlin Multiplatform modules, you should use repo-validated Gradle command sets that execute project-specific test, lint, and assemble tasks across shared, JVM, and Android modules.

Can I apply Android-only AGP migration advice to a Compose Multiplatform project?

No, you cannot apply Android-only AGP migration advice to a Compose Multiplatform project because cross-platform build decisions require distinct guidance to avoid misaligned build tooling and broken builds.

How do I run full CI-equivalent tests for a Kotlin Multiplatform project locally?

Running full CI-equivalent tests locally for a Kotlin Multiplatform project involves executing pre-validated, repo-specific Gradle command sets designed to cover shared, JVM, and Android verification tasks.

Why does my Gradle build fail after updating build tooling in a KMP project?

Your Gradle build may fail after updating build tooling in a KMP project due to inconsistent configuration across modules, which requires enforcing version alignment rules for Kotlin, Compose, and AGP to resolve.