lafab.blogg.se

Android kotlin example github
Android kotlin example github




android kotlin example github

Implementation 'androidx.multidex:multidex:2.0.1' Implementation 'de.hdodenhof:circleimageview:3.1.0' Implementation 'androidx.recyclerview:recyclerview:1.3.0' Implementation 'androidx.recyclerview:recyclerview-selection:1.1.0' Implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'

android kotlin example github

Implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3' Implementation 'nstraintlayout:constraintlayout:2.1.4' Implementation 'androidx.appcompat:appcompat:1.6.1'

android kotlin example github

TargetCompatibility JavaVersion.VERSION_1_8 SourceCompatibility JavaVersion.VERSION_1_8 ProguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'

android kotlin example github

Add the Performance Monitoring Gradle plugin Duplicate class 8Kt found in modules jetified-kotlin-stdlib-1.8.10 (:kotlin-stdlib:1.8.10) and jetified-kotlin-stdlib-jdk8-1.7.21 (:kotlin-stdlib-jdk8:1.7.21)ĭuplicate class 7PlatformImplementations found in modules jetified-kotlin-stdlib-1.8.10 (:kotlin-stdlib:1.8.10) and jetified-kotlin-stdlib-jdk7-1.7.21 (:kotlin-stdlib-jdk7:1.7.21)ĭuplicate class 7PlatformImplementations$ReflectSdkVersion found in modules jetified-kotlin-stdlib-1.8.10 (:kotlin-stdlib:1.8.10) and jetified-kotlin-stdlib-jdk7-1.7.21 (:kotlin-stdlib-jdk7:1.7.21)ĭuplicate class 8PlatformImplementations found in modules jetified-kotlin-stdlib-1.8.10 (:kotlin-stdlib:1.8.10) and jetified-kotlin-stdlib-jdk8-1.7.21 (:kotlin-stdlib-jdk8:1.7.21)ĭuplicate class 8PlatformImplementations$ReflectSdkVersion found in modules jetified-kotlin-stdlib-1.8.10 (:kotlin-stdlib:1.8.10) and jetified-kotlin-stdlib-jdk8-1.7.21 (:kotlin-stdlib-jdk8:1.7.21)ĭuplicate class kotlin.io.path.DirectoryEntriesReader found in modules jetified-kotlin-stdlib-1.8.10 (:kotlin-stdlib:1.8.10) and jetified-kotlin-stdlib-jdk7-1.7.21 (:kotlin-stdlib-jdk7:1.7.21)ĭuplicate class kotlin.io.path.ExperimentalPathApi found in modules jetified-kotlin-stdlib-1.8.10 (:kotlin-stdlib:1.8.10) and jetified-kotlin-stdlib-jdk7-1.7.21 (:kotlin-stdlib-jdk7:1.7.21) I tried to remove jdk7, but nothing changed. I tried to remove any duplicate implementations in adle, but the error not fixed. But with the normal installation, the application started successfully. When trying to measure the startup performance of my app, this error appeared.






Android kotlin example github