About 5,710,000 results
Open links in new tab
  1. Android Studio Ladybug - Unknown Kotlin JVM target: 21

    Oct 15, 2024 · First of all Unknown Kotlin JVM target: 21 itself says that current set target jvm is 21. Reason: After updating android studio sometimes sets default jvm target automatically without …

  2. How to add Kotlin-kapt plugin in android studio JellyFish

    Jun 4, 2024 · With the recent Android Studio updates, you can now use version catalogs to manage plugin versions, including Kotlin kapt. Here's how to use aliases for plugins in the libs.versions.toml …

  3. Plugin [id: 'org.jetbrains.kotlin.android', version: '1.9.0', apply ...

    Feb 29, 2024 · The Compose plugin is likely not available for Kotlin version 1.9.0. The Compose plugin is available from Kotlin version 2.0.0 onwards. Solution: Update the Kotlin version to 2.0.0 or higher …

  4. How to resolve 'Unresolved reference: android' error in Kotlin Android ...

    May 26, 2023 · At the moment, all my activities that are based on fragments, receive a series of errors at the level of the import instructions (import kotlinx.android.synthetic.main.activity_lessonexample.*; …

  5. Unresolved reference: viewModelScope - Kotlin Android

    Jul 25, 2019 · Unresolved reference: viewModelScope - Kotlin Android Asked 6 years, 6 months ago Modified 1 year, 11 months ago Viewed 51k times

  6. Kotlin-android: unresolved reference databinding - Stack Overflow

    Oct 16, 2015 · Kotlin-android: unresolved reference databinding Asked 10 years, 1 month ago Modified 2 years, 6 months ago Viewed 118k times

  7. kotlin - Why is my build.gradle looking like this? [alias (libs.plugins ...

    Jun 26, 2024 · Why is my build.gradle looking like this? and not like this: I was trying to connect Chaquopy with Android Studio.

  8. kotlin - Opening Android Settings programmatically - Stack Overflow

    Oct 22, 2013 · It opens the device settings in the same window, thus got the users of my android application (finnmglas/Launcher) for android stuck in there. The answer for 2020 and beyond (in Kotlin):

  9. android - getSerializableExtra and getParcelableExtra are deprecated ...

    Jun 10, 2022 · I have upgraded targetSdkVersion and compileSdkVersion to 33. I am now getting warnings telling me that the getSerializableExtra(name:) and getParcelableExtra(name:) methods …

  10. java - Duplicate class in Kotlin Android - Stack Overflow

    Jan 27, 2023 · Duplicate class in Kotlin Android Asked 2 years, 10 months ago Modified 5 months ago Viewed 305k times