Update dependency com.android.tools.build:gradle to v8.3.0 (#225)
* Update dependency com.android.tools.build:gradle to v8.3.0 * Fix plugin compilation after AGP update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Kirill Kamakin <k.kamakin@protonmail.ch>
This commit is contained in:
@@ -7,7 +7,7 @@ import org.gradle.api.Project
|
||||
import org.gradle.kotlin.dsl.dependencies
|
||||
|
||||
internal fun Project.configureAndroidCompose(
|
||||
commonExtension: CommonExtension<*, *, *, *, *>,
|
||||
commonExtension: CommonExtension<*, *, *, *, *, *>,
|
||||
) {
|
||||
val variants = when (commonExtension) {
|
||||
is BaseAppModuleExtension -> commonExtension.applicationVariants
|
||||
|
||||
@@ -24,6 +24,6 @@ internal fun Project.library(name: String): Provider<MinimalExternalModuleDepend
|
||||
return libs.findLibrary(name).get()
|
||||
}
|
||||
|
||||
internal fun CommonExtension<*, *, *, *, *>.kotlinOptions(block: KotlinJvmOptions.() -> Unit) {
|
||||
internal fun CommonExtension<*, *, *, *, *, *>.kotlinOptions(block: KotlinJvmOptions.() -> Unit) {
|
||||
(this as ExtensionAware).extensions.configure("kotlinOptions", block)
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ import org.gradle.api.Project
|
||||
import org.gradle.kotlin.dsl.dependencies
|
||||
|
||||
internal fun Project.configureKotlinAndroid(
|
||||
commonExtension: CommonExtension<*, *, *, *, *>,
|
||||
commonExtension: CommonExtension<*, *, *, *, *, *>,
|
||||
) {
|
||||
commonExtension.apply {
|
||||
compileSdk = Versions.COMPILE_SDK_VERSION
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[versions]
|
||||
# https://maven.google.com/web/index.html?q=com.android.tools.build#com.android.tools.build:gradle
|
||||
androidGradlePlugin = "8.2.2"
|
||||
androidGradlePlugin = "8.3.0"
|
||||
# https://github.com/JetBrains/kotlin/releases
|
||||
kotlin = "1.9.22"
|
||||
# https://dagger.dev/hilt/gradle-setup
|
||||
|
||||
Reference in New Issue
Block a user