Skip to content

Commit

Permalink
Merge pull request github#34697 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Sep 23, 2024
2 parents 81d35ce + cb4f720 commit 09edad0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Some {% data variables.product.prodname_dotcom %} products have features that ar

## Core languages supported by {% data variables.product.prodname_dotcom %} features

Core languages for {% data variables.product.prodname_dotcom %} features include C, C++, C#, Go, Java, JavaScript, PHP, Python, Ruby,{% ifversion dependabot-updates-cargo-private-registry-support %} Rust,{% endif %} Scala, and TypeScript. For features that support package managers, the currently supported package managers are included in the table with their relevant languages.
Core languages for {% data variables.product.prodname_dotcom %} features include C, C++, C#, Go, Java, JavaScript,{% ifversion kotlin-supported-language %} Kotlin,{% endif %} PHP, Python, Ruby,{% ifversion dependabot-updates-cargo-private-registry-support %} Rust,{% endif %} Scala, and TypeScript. For features that support package managers, the currently supported package managers are included in the table with their relevant languages.

Some features are supported for additional languages or package managers. If you want to know whether another language is supported for a feature or to request support for a language, visit {% data variables.contact.community_support_forum %}.

Expand All @@ -32,6 +32,7 @@ Some features are supported for additional languages or package managers. If you
{% data reusables.supported-languages.go %}
{% data reusables.supported-languages.java %}
{% data reusables.supported-languages.javascript %}
{% data reusables.supported-languages.kotlin %}
{% data reusables.supported-languages.php %}
{% data reusables.supported-languages.python %}
{% data reusables.supported-languages.ruby %}
Expand Down
4 changes: 4 additions & 0 deletions data/features/kotlin-supported-language.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
versions:
fpt: '*'
ghec: '*'
ghes: '>3.15'
3 changes: 3 additions & 0 deletions data/reusables/supported-languages/kotlin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
| {% ifversion kotlin-supported-language %} |
| Kotlin | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}<br>Maven, Gradle| {% octicon "check" aria-label="Supported" %}<br>Maven, Gradle | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}<br>Maven, Gradle |
| {% endif %} |

0 comments on commit 09edad0

Please sign in to comment.