feat: add runnable :samples module (#47)
Some checks failed
Test / JVM / JS / Wasm / Native + API check (push) Has been cancelled
Test / iOS (push) Has been cancelled

* build: scaffold :samples module (issue #37)

* feat: add runnable, verified examples to :samples (issue #37)

* ci,docs: run :samples in CI and document ./gradlew :samples:run (issue #37)
This commit is contained in:
2026-06-08 13:59:16 +02:00
committed by GitHub
parent 2671c46f96
commit 1fce412815
7 changed files with 218 additions and 1 deletions

View File

@@ -59,6 +59,11 @@ repositories {
mavenCentral()
}
apiValidation {
// :samples is a dev-facing examples module, not a published artifact, so it has no .api dump.
ignoredProjects.add("samples")
}
dependencies {
// Include this module's own docs in the aggregation — DGP v2 requires the
// aggregating project to list itself explicitly.