We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 805cca0 + f85d590 commit 156c7beCopy full SHA for 156c7be
2 files changed
build.gradle.kts
@@ -8,7 +8,7 @@ buildscript {
8
9
allprojects {
10
group = "com.rickclephas.kmm"
11
- version = "1.0.0-ALPHA-1-kotlin-1.8.0-RC"
+ version = "1.0.0-ALPHA-2"
12
13
repositories {
14
mavenCentral()
kmm-viewmodel-core/build.gradle.kts
@@ -20,7 +20,9 @@ kotlin {
20
val tvosArm64 = tvosArm64()
21
val tvosX64 = tvosX64()
22
val tvosSimulatorArm64 = tvosSimulatorArm64()
23
- android()
+ android {
24
+ publishLibraryVariants("release")
25
+ }
26
sourceSets {
27
all {
28
languageSettings.optIn("kotlin.RequiresOptIn")
0 commit comments