Android Gradle KTS
An Android template you can use to build your project with gradle kotlin dsl
Build.gradle.kts
You can use your project's build.gradle.kts
file with the gradle kotlin dsl now with all the great things that come with kotlin.
An Android template you can use to build your project with gradle kotlin dsl
You can use your project's build.gradle.kts
file with the gradle kotlin dsl now with all the great things that come with kotlin.
Welcome to the Starter This is a template to help you get started building amazing Kotlin applications and libraries. Over time, examples will be comp
JAICF Spring Bot template Here is a ready to use JAICF bot template that utilises Spring MongoDB Docker Prometheus Grafana Graylog How to use Please r
Goals kotlin + spring-boot + gradle + multi-module building Module-Structure ---root |--- src.main.kotlin.KotlinSpringbootMultiModuleTemplateAppl
KMMNewsAPP There are two branches Main News App Main The main branch is a complete template that you can clone and use to build the awesome app that y
Hello Architecture I create this project to show what's for me the best way to build an Android app on 2022. Architecture I use this diagram as and id
Project build to understand the concepts of Git and GitHub. Summarizing the concepts learnt. Created a project in Android Studio Before installing And
College Fest Application A fully-customizable Open-Source Android application platform with plethora of animation and customizations for all kinds of
A food suggestion app like Tinder This is a practice app. In this app, you can find random recipes and choose the ones you like. This is main menu. Yo
push note - notification notes push note is a free Android app that you can keep your notes in the notification bar in seconds. Features 🌟 Super quic
Any change inside buildSrc completely invalidates the build cache
A composite build is simply a build that includes other builds. In many ways a composite build is similar to a Gradle multi-project build, except that instead of including single projects, complete builds are included.
I would recommend using Gradles Task Container Extension functions.
So instead of
tasks.register("clean", Delete::class.java) {
delete(rootProject.buildDir)
}
you can write
tasks.register<Delete>("clean") {
delete(rootProject.buildDir)
}
Looks like you just set the gradle version in your gradle-wrapper.properties
but didn't run the recommended gradle wrapper update task (your gradlew
and gradlew.bat
are not matching this gradle release): https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:upgrading_wrapper
Remove the .DS_Store
file (also part of your gitignore) from this repo. You should also consider to completly remove the .idea
folder. I don't think it makes sense to set your IDE settings in this template.
gr8s Gradle plugin which allows using typed DSL for generating kubernetes/openshift YAML files. Based on kuberig Usage import io.github.guai.gr8s.Gene
SampleCompose Modular Android architecture which showcase Kotlin, MVVM, Navigation, Hilt, Coroutines, Jetpack compose, Retrofit, Unit test and Kotlin
Android architecture starter template This template is compatible with the latest stable version of Android Studio. Features Room Database Hilt ViewMo
Ktor URL Shortner This project is a implementation for creating Short URL using Ktor + Kotlin + MongoDB Usage It contains two routes if you want to im
Meme Share A very simple Android app which shows you random memes with the help of meme-api which you can share with your friends! Tech stack 100% wri
team-mgmt-service Description Team management service is a production ready and fully tested service that can be used as a template for a microservice
Unscramble App Starter code for Android Basics codelab - Store the data in a ViewModel Unscramble is a single player game app that displays scrambled
Ktlint Gradle Provides the function to generate a Gradle project for us to test your Gradle plugin Latest plugin version: [1.0.0] Table of content How
KVision allows you to build modern web applications with the Kotlin language, without any use of HTML, CSS or JavaScript. It gives you a rich hierarchy of ready to use GUI components, which can be used as builder blocks for the application UI.
A starter project to build command-line tools in Kotlin Multiplatform Contains a re-implementation of a real world CLI tool: git-standup Installation