mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-11-23 05:49:59 +00:00
Migrate to new Kotlin Multiplatform source set layout
This commit is contained in:
parent
143bf1ca81
commit
04ccbf9acf
@ -1,4 +1,5 @@
|
||||
android.useAndroidX=true
|
||||
kotlin.mpp.androidSourceSetLayoutVersion=2
|
||||
kotlin.incremental=true
|
||||
kotlin.mpp.stability.nowarn=true
|
||||
org.gradle.jvmargs=-Xmx2048m
|
||||
|
@ -65,8 +65,6 @@ kotlin {
|
||||
android {
|
||||
compileSdk = 32
|
||||
|
||||
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||
|
||||
defaultConfig {
|
||||
minSdk = 19
|
||||
targetSdk = 32
|
||||
|
Loading…
Reference in New Issue
Block a user