-
Updated
Mar 21, 2022 - Kotlin
kotlin-dsl
Here are 354 public repositories matching this topic...
-
Updated
Dec 1, 2021 - Kotlin
-
Updated
Mar 10, 2022 - Kotlin
-
Updated
Mar 22, 2022 - Java
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,
-
Updated
Mar 19, 2022 - Java
-
Updated
Feb 23, 2022 - Kotlin
-
Updated
Feb 5, 2021 - Kotlin
CurlLoggingInterceptorTest
and HttpLoggingInterceptorTest
are very similar
It's a good idea to unify util methods for these and others
-
Updated
Mar 4, 2022 - Kotlin
-
Updated
Mar 21, 2022 - Kotlin
-
Updated
Mar 1, 2022 - Kotlin
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
-
Updated
Dec 16, 2021 - Kotlin
-
Updated
Jan 16, 2022 - Kotlin
-
Updated
Feb 22, 2022 - Kotlin
-
Updated
Jan 4, 2022 - Kotlin
-
Updated
Mar 1, 2018 - Kotlin
-
Updated
May 8, 2020 - Kotlin
-
Updated
Jul 23, 2021 - Kotlin
-
Updated
Feb 8, 2022 - Kotlin
-
Updated
Oct 6, 2020 - Kotlin
-
Updated
Mar 21, 2022 - Kotlin
We want to separate the Encoders and Decoders of java time types on a separate module in order to keep the java 7 compatibility in the core module.
-
Updated
Mar 21, 2022 - Kotlin
-
Updated
Oct 14, 2021 - Kotlin
Spring Boot
Make Telegraff platform-independent.
-
Updated
Mar 7, 2022 - Kotlin
-
Updated
Oct 14, 2020 - Kotlin
Improve this page
Add a description, image, and links to the kotlin-dsl topic page so that developers can more easily learn about it.
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."
Add support for code coverage
Ideally we could setup jacoco + codecov to have an automated test report after every push/pr.
This feature is up for grab