mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
all: update JB Compose and KSP deps
This commit is contained in:
parent
83e487e8fc
commit
94afba68a1
8 changed files with 15 additions and 15 deletions
|
@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|||
|
||||
plugins {
|
||||
kotlin("multiplatform")
|
||||
id("org.jetbrains.compose") version "1.0.0-alpha4-build321"
|
||||
id("org.jetbrains.compose") version "1.0.0-alpha4-build328"
|
||||
id("com.android.library")
|
||||
}
|
||||
|
||||
|
@ -50,13 +50,13 @@ tasks.withType<KotlinCompile> {
|
|||
|
||||
android {
|
||||
buildFeatures { androidResources = true }
|
||||
compileSdk = 30
|
||||
compileSdk = 31
|
||||
sourceSets["main"].apply {
|
||||
manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||
res.srcDirs("src/commonMain/resources")
|
||||
}
|
||||
defaultConfig {
|
||||
minSdk = 23
|
||||
targetSdk = 30
|
||||
targetSdk = 31
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue