-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation to mention Swift support and
runAll
task.
- Loading branch information
1 parent
ee237fe
commit a0d7896
Showing
6 changed files
with
50 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,24 @@ | ||
--- | ||
title: Declarative Gradle for Kotlin | ||
description: > | ||
Declarative Gradle has solution for Kotlin projects, libraries and | ||
also for Kotlin Multiplatform applications. | ||
Declarative Gradle has solution for Kotlin application and libraries | ||
--- | ||
|
||
Declarative Gradle has solution for Kotlin projects, libraries and | ||
also for Kotlin Multiplatform (KMP) applications. | ||
Declarative Gradle has solution for Kotlin JVM application and libraries and | ||
also for Kotlin Multiplatform (KMP) applications and libraries. | ||
|
||
> **DISCLAIMER:** This page is under development, more content will be added soon. | ||
> For now, check out the prototypes referenced below. | ||
## Prototypes | ||
|
||
- [Kotlin Application](../../unified-prototype/testbed-kotlin-application/) | ||
- [Kotlin Library](../../unified-prototype/testbed-kotlin-library/) | ||
- [Kotlin JVM Application](../../unified-prototype/testbed-kotlin-jvm-application/) | ||
- [Kotlin JVM Library](../../unified-prototype/testbed-kotlin-jvm-library/) | ||
- [Kotlin Multiplatform Application](../../unified-prototype/testbed-kotlin-application/) | ||
- [Kotlin Multiplatform Library](../../unified-prototype/testbed-kotlin-library/) | ||
|
||
## References | ||
|
||
- [Declarative Gradle for Java](../java/README.md) | ||
- [Declarative Gradle for Android](../android/README.md) | ||
- [Declarative Gradle for Swift](../swift/README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: Declarative Gradle for Swift | ||
description: > | ||
Declarative Gradle has solution for Swift | ||
--- | ||
|
||
Declarative Gradle has solution for Swift applications and libraries. | ||
|
||
> **DISCLAIMER:** This page is under development, more content will be added soon. | ||
> For now, check out the prototypes referenced below. | ||
## Prototypes | ||
|
||
- [Swift Application](../../unified-prototype/testbed-swift-application/) | ||
- [Swift Library](../../unified-prototype/testbed-swift-library/) | ||
|
||
## References | ||
|
||
- [Declarative Gradle for Java](../java/README.md) | ||
- [Declarative Gradle for Kotlin](../kotlin/README.md) | ||
- [Declarative Gradle for Android](../android/README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters