Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Spring Boot with Kotlin: init block vs @PostConstruct annotation

spring-boot kotlin

logd shortcut doesn't work in Intellij with Kotlin

intellij-idea kotlin

Smart cast is impossible, because ... is a mutable property that could have been changed by this time

Execution failed for task ':app:hiltJavaCompileDebug'

Disable warning about Capitalized function names

How can I let the Kotlin compiler know I already checked for null inside a function?

kotlin

MapStruct not autowiring with Kotlin and Spring Boot, built using Gradle

Jetpack Compose OutlinedTextField with the label on the inside and golden glow around the outline when selected

Android App crashes on animated gradient background

Jetpack Compose TopBar and BottomBar Default Elevation content doesn't fill its container

Swipe to reply in chat message like whats app programmatically in android

How i can pass the icon in this compossable function ? So that i can reuse it

Generic lambda or function value type in Kotlin

Is constructor() primary constructor in Kotlin?

android kotlin

IntelliJ Gradle project option not showing when creating new project

gradle kotlin intellij-idea

Kotlin: Omitting enum name when its unambiguous

kotlin enums kotlin-when

Kotlin multiplatform check execution platform within common code

How to Convert RxJava (Single firstOrError() ) to Kotlin Flow?

kotlin kotlin-flow

registerForActivityResult is not working in Flutter

ktor failing to parse response No transformation found: class io.ktor.utils.io.ByteBufferChannel

kotlin httpclient ktor