File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id ' com.android.application'
3
3
id ' kotlin-android'
4
4
id ' org.jetbrains.kotlin.android'
5
- id ' org.jetbrains.dokka' version ' 1.8.20 '
5
+ id ' org.jetbrains.dokka' version ' 2.0.0 '
6
6
}
7
7
8
8
android {
@@ -55,6 +55,9 @@ android {
55
55
kotlinOptions {
56
56
jvmTarget = ' 1.8'
57
57
}
58
+ packaging {
59
+ resources. excludes. add(" META-INF/versions/9/OSGI-INF/MANIFEST.MF" )
60
+ }
58
61
testOptions {
59
62
managedDevices {
60
63
localDevices {
@@ -70,9 +73,9 @@ android {
70
73
}
71
74
72
75
dependencies {
73
- def nav_version = " 2.8.8 "
76
+ def nav_version = " 2.8.9 "
74
77
75
- implementation ' androidx.core:core-ktx:1.15 .0'
78
+ implementation ' androidx.core:core-ktx:1.16 .0'
76
79
implementation ' androidx.appcompat:appcompat:1.7.0'
77
80
implementation " androidx.navigation:navigation-fragment-ktx:$nav_version "
78
81
implementation " androidx.navigation:navigation-ui-ktx:$nav_version "
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
dependencies {
8
8
classpath ' com.android.tools.build:gradle:8.9.1'
9
- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.8 .20'
9
+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:2.1 .20'
10
10
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
11
11
# https://developer.android.com/topic/libraries/support-library/androidx-rn
12
12
android.useAndroidX =true
13
13
kotlin.code.style =official
14
+ kotlin.compilerArgs =-Xjspecify-annotations=strict, -Xtype-enhancement-improvements-strict-mode
14
15
android.nonTransitiveRClass =true
15
16
android.nonFinalResIds =true
16
17
android.javaCompile.suppressSourceTargetDeprecationWarning =true
You can’t perform that action at this time.
0 commit comments