Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Gradle KTS. How to move dependencies configuration to a separate file from main build?

How to add an icon to canvas in Jetpack Compose?

One or more issues found when checking AAR metadata values:

.kt files not recognized in Android Studio

Does the data (Bundle) from navArgs persist after the killing and recreation of the Activity (and Fragment) by the system?

Can I read Gradle properties in the 'settings.gradle.kts' file?

Execution failed for task ':app:kspDebugKotlin'. > A failure occurred while executing ..GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction

Renaming Android app Bundle and APK (.aab and .apk) files with app name, version and build type - build.gradle.kts

Unable to find method ''java.io.File > org.jetbrains.kotlin.gradle.tasks.KotlinCompile.getDestinationDir()

How are Android activities handled with Jetpack Compose and Compose Navigation?

What is the proper way to use registerReceiver in Android 14/SDK 34?

Changing Selected Tab Bottom Line Color in Jetpack Compose

Android Studio doesn't let me use repeatOnLifecycle

Disable wild cart import in intellij Android Studio in kotlin

Other state management options that I may use with Jetpack Compose, beyond State hoisting?

Cannot fit requested classes in a single dex file (# methods: 90221 > 65536)

How to format currency number to 2 decimal places, or none if no cents?

How to avoid unnecesary recompositions due to checking a state variable?

Parse internal map from JSON in Moshi

Generic function for all number-like values?

kotlin generics