Fix plugins
This commit is contained in:
parent
f2dce5893d
commit
52cfd93427
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ import org.gradle.api.Project
|
|||
import java.io.File
|
||||
import org.gradle.accessors.dm.LibrariesForLibs
|
||||
|
||||
fun CommonExtension<*, *, *, *>.androidConfig(project: Project) {
|
||||
fun CommonExtension<*, *, *, *, *>.androidConfig(project: Project) {
|
||||
defaultConfig {
|
||||
compileSdk = Versions.compileSdk
|
||||
minSdk = Versions.minSdk
|
||||
|
|
@ -48,7 +48,7 @@ fun CommonExtension<*, *, *, *>.androidConfig(project: Project) {
|
|||
}
|
||||
}
|
||||
|
||||
fun CommonExtension<*, *, *, *>.composeConfig(libs: LibrariesForLibs) {
|
||||
fun CommonExtension<*, *, *, *, *>.composeConfig(libs: LibrariesForLibs) {
|
||||
|
||||
buildFeatures {
|
||||
compose = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue