All Projects → gradle → Kotlin Dsl Samples

gradle / Kotlin Dsl Samples

Licence: other
Samples builds using the Gradle Kotlin DSL

Programming Languages

kotlin
9241 projects

Labels

Projects that are alternatives of or similar to Kotlin Dsl Samples

Plotsquared
PlotSquared - Reinventing the plotworld
Stars: ✭ 284 (-91.85%)
Mutual labels:  gradle
Play Services Plugins
Plugins to help with using Google Play services SDK.
Stars: ✭ 298 (-91.44%)
Mutual labels:  gradle
Gdub
A gradlew / gradle wrapper.
Stars: ✭ 312 (-91.04%)
Mutual labels:  gradle
Gradle Ssh Plugin
Gradle SSH Plugin
Stars: ✭ 289 (-91.7%)
Mutual labels:  gradle
The Pit Of The Android Studio
👍 👍 👏 🌟 ⭐️ ⭐️ Everything about the Android Studio and Intellij IDEAfor example:Install,common problems and solutions,each libraries for android and androidx library,code and peoject templates,etc.全面总结Android Studio以及Intellij IDEA的填坑指南,详解AS版本号、Gradle版本、BuildTools三者的对照关系,AS模板配置,gradle插件,Android自带注解库详解,support详解等干货。
Stars: ✭ 296 (-91.5%)
Mutual labels:  gradle
Mmorpg
springboot编写的轻量级高性能mmorpg手游服务端框架,基本功能逐渐完善中。
Stars: ✭ 309 (-91.13%)
Mutual labels:  gradle
Gradle Multi Project Example
Gradle 多项目管理示例
Stars: ✭ 283 (-91.87%)
Mutual labels:  gradle
Trampoline
Admin Spring Boot Locally
Stars: ✭ 325 (-90.67%)
Mutual labels:  gradle
Emotion Rating View
A library for animated rating view in Android apps.
Stars: ✭ 299 (-91.42%)
Mutual labels:  gradle
App Engine
分布式App服务端快速开发框架
Stars: ✭ 313 (-91.01%)
Mutual labels:  gradle
Javapackager
📦 Gradle/Maven plugin to package Java applications as native Windows, Mac OS X, or GNU/Linux executables and create installers for them.
Stars: ✭ 285 (-91.82%)
Mutual labels:  gradle
Atom
Java course materials
Stars: ✭ 293 (-91.59%)
Mutual labels:  gradle
Fataar Gradle Plugin
Gradle plugin to help embed dependencies in generated AAR artifact
Stars: ✭ 308 (-91.16%)
Mutual labels:  gradle
Gittoolbox
GitToolBox IntelliJ plugin
Stars: ✭ 284 (-91.85%)
Mutual labels:  gradle
Country Picker Android
A simple library that displays a beautiful list of all the countries allowing the user to pick the country he wishes and provide details like country code, iso code name,currency and flag.
Stars: ✭ 317 (-90.9%)
Mutual labels:  gradle
Gradle Docker Compose Plugin
Simplifies usage of Docker Compose for integration testing in Gradle environment.
Stars: ✭ 284 (-91.85%)
Mutual labels:  gradle
Minecolonies
Minecolonies minecraft mod
Stars: ✭ 303 (-91.3%)
Mutual labels:  gradle
Swagger Gradle Codegen
💫 A Gradle Plugin to generate your networking code from Swagger
Stars: ✭ 330 (-90.53%)
Mutual labels:  gradle
Jraw
The Java Reddit API Wrapper
Stars: ✭ 320 (-90.81%)
Mutual labels:  gradle
Boardview
A draggable boardview for java android (Kanban style)
Stars: ✭ 309 (-91.13%)
Mutual labels:  gradle

Gradle Kotlin DSL Samples

License

Welcome! The Gradle Kotlin DSL provides support for writing Gradle build scripts using JetBrains' Kotlin language. It aims to provide Gradle users with a rich, flexible and statically-typed approach to developing build logic in conjunction with the best IDE and tooling experience possible.

Getting Started

The fastest way to get up and running with a Kotlin-based Gradle build is to use gradle init

gradle init --dsl kotlin

or, if you don't have Gradle installed already, you can generate Gradle builds online at https://gradle-initializr.cleverapps.io/.

The Gradle Kotlin DSL is documented in a dedicated chapter in the Gradle user manual.

Moreover, the Gradle user manual and guides contain build script excerpts that demonstrate both the Groovy DSL and the Kotlin DSL. This is the best place where to find how to do this and that with the Gradle Kotlin DSL; and it covers all Gradle features from using plugins to customizing the dependency resolution behavior. All snippets in the user manual demonstrate both Groovy and Kotlin DSL.

If you are looking into migrating an existing build to the Gradle Kotlin DSL, please also check out the migration guide.

You can read more about the project in our announcement blog post and check out the frequently asked questions in the project wiki.

Issue Tracking

This repository is only for Gradle Kotlin DSL Samples.

Found a bug in one of the samples, have an idea for an improvement or for a new sample? Feel free to add an issue.

If you're dealing with what you believe to be an issue with Gradle or the Gradle Kotlin DSL, please open an issue on the gradle/gradle repository.

If you're dealing with what you believe to be an issue with Kotlin itself or the Kotlin Plugin for IDEA, you may want to search JetBrains' YouTrack first to see if it is a known issue. In any case, feel free to add an issue here for it as well. We'd like to know and track what our users are experiencing regardless whether the issue is with the Gradle Kotlin DSL or with Kotlin itself.

Staying in Touch

Come chat with us in the #kotlin-dsl channel of the public Gradle Community Slack instance.

License

Like the rest of Gradle, the Gradle Kotlin DSL Samples are released under version 2.0 of the Apache License.

Contributing

Please see CONTRIBUTING.md for details of how to build and contribute to Gradle Kotlin DSL Samples.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].