chore(deps): bump com.android.application from 8.11.1 to 9.0.0 (#700)
* chore(deps): bump com.android.application from 8.11.1 to 9.0.0 Bumps com.android.application from 8.11.1 to 9.0.0. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * build: remove 'org.jetbrains.kotlin.android' * build: use directories set instead of srcDirs --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Naveen Singh <snaveen935@gmail.com>
This commit is contained in:
parent
6749332969
commit
c26698418f
3 changed files with 2 additions and 5 deletions
|
|
@ -5,7 +5,6 @@ import java.io.FileInputStream
|
|||
|
||||
plugins {
|
||||
alias(libs.plugins.android)
|
||||
alias(libs.plugins.kotlinAndroid)
|
||||
alias(libs.plugins.kotlinSerialization)
|
||||
alias(libs.plugins.ksp)
|
||||
alias(libs.plugins.detekt)
|
||||
|
|
@ -93,7 +92,7 @@ android {
|
|||
}
|
||||
|
||||
sourceSets {
|
||||
getByName("main").java.srcDirs("src/main/kotlin")
|
||||
getByName("main").java.directories.add("src/main/kotlin")
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue