Compare commits
2 Commits
1840ec3a78
...
e6b2dfe37a
Author | SHA1 | Date | |
---|---|---|---|
|
e6b2dfe37a | ||
|
f73f9b5acf |
@@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
id 'com.android.application'
|
||||
id 'org.jetbrains.kotlin.android'
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.24'
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version '2.0.0'
|
||||
}
|
||||
|
||||
|
||||
|
@@ -3,6 +3,6 @@
|
||||
plugins {
|
||||
id 'com.android.application' version '8.4.1' apply false
|
||||
id 'com.android.library' version '8.4.1' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '1.9.24' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '2.0.0' apply false
|
||||
id 'com.autonomousapps.dependency-analysis' version '1.32.0' apply true
|
||||
}
|
Reference in New Issue
Block a user