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:
renovate[bot]
2024-03-03 11:41:32 +00:00
committed by GitHub
parent d07954f7f0
commit 1b22ae165e
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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)
}

View File

@@ -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

View File

@@ -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