Skip to content
#

kotlin-dsl

Here are 357 public repositories matching this topic...

cortinico
cortinico commented Apr 25, 2020

⚠️ Is your feature request related to a problem? Please describe

Add support for code coverage

💡 Describe the solution you'd like

Ideally we could setup jacoco + codecov to have an automated test report after every push/pr.

🤚 Do you want to develop this feature yourself?

  • Yes
  • No

This feature is up for grab

good first issue
ktx
v79
v79 commented May 27, 2020

I wanted to change the style of a label on mouse hover. onEnter worked fine:

label("Load Game").cell(row = true).apply {
	onEnter {
		style = skin["mainMenuHover",Label.LabelStyle::class.java]
	}
}

But there's no corresponding onExit function. I've written one now, but wondered if there was documentation around which scene2d stage elements have actions, and which do not,

actors good first issue
skrape.it

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.

  • Updated Feb 23, 2022
  • Kotlin
contactstore
alexstyl
alexstyl commented Jan 6, 2022

There are more people contributing to the project lately, and it would be nice to have less moderation required on each PR.
This issue is about creating a gradle task to run static analysis in the project.

Requirements:

  • Introduce detekt in the project (link to Detekt)
  • Create a gradle task called runStaticAnalysis which would run Android lint and detekt.
  • Document is a way (i.e. on yo
good first issue
Android-Kotlin-MVI-CleanArchitecture

Android + Kotlin + Modularization + Gradle Depedency managment + Gradle written in Kotlin DSL + Custom Gradle Plugin + MVVM + MVI + Clean Architecture + Repository Pattern + Coroutines + Flows + Koin + Retrofit2 + ROOM + Kotlin-Android-Extension + KtLints

  • Updated Jul 23, 2021
  • Kotlin
helios

Improve this page

Add a description, image, and links to the kotlin-dsl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kotlin-dsl topic, visit your repo's landing page and select "manage topics."

Learn more