Skip to content

v1.0.0

Latest

Choose a tag to compare

@therajanmaurya therajanmaurya released this 11 Feb 21:26
· 2 commits to main since this release

Initial Release

Features

  • Full Kotlin Multiplatform support for all platforms:
    • Android, iOS, macOS, tvOS, watchOS
    • JVM, Linux, Windows (mingwX64)
    • JavaScript, WebAssembly (wasmJs, wasmWasi)
  • Compose Multiplatform sample app (Android, Desktop, iOS, Web)
  • Template customization via GitHub Actions UI or CLI
  • Code quality tools (Detekt, Spotless)
  • CI/CD workflows for testing and publishing
  • Pre-push script for local verification
  • Upstream sync script for template updates

Getting Started

  1. Click "Use this template" to create your library
  2. Go to Actions → Template Customization → Run workflow
  3. Enter your package name and library name
  4. Start building!

See TEMPLATE.md for detailed setup instructions.