J'ai créé un projet de composition Jetpack complètement nouveau (à partir du modèle de projet) avec Android Studio 4.0 Canary 6 et j'ai essayé d'ajouter des dépendances de pièce. Voici mon niveau d'application build.gradle: apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-kapt' android { compileSdkVersion 29 …
J'essaie de faire fonctionner Room ( https://developer.android.com/topic/libraries/architecture/room ) avec les classes en ligne de Kotlin comme décrit dans l' article de Jake Whartons Les classes en ligne font de grands ID de base de données : @Entity data class MyEntity( @PrimaryKey val id: ID, val title: String ) inline class …
J'implémentais Android Room Database et dans l'un des tutoriels, j'ai trouvé des androidx.legacy:legacy-support-v4:1.0.0dépendances. S'il vous plaît, quelqu'un me dit d'utiliser ces dépendances.
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.