chore: Androidでも使用できるように Version1.0.0
This commit is contained in:
parent
45d32135a1
commit
646700dbf6
|
@ -6,7 +6,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "dev.usbharu"
|
group = "dev.usbharu"
|
||||||
version = "1.0-SNAPSHOT"
|
version = "1.0.0"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
@ -24,7 +24,9 @@ kotlin {
|
||||||
browser()
|
browser()
|
||||||
nodejs()
|
nodejs()
|
||||||
}
|
}
|
||||||
android()
|
android{
|
||||||
|
publishLibraryVariants("release")
|
||||||
|
}
|
||||||
sourceSets {
|
sourceSets {
|
||||||
val commonMain by getting {
|
val commonMain by getting {
|
||||||
sourceSets["commonMain"].kotlin.srcDir("build/generated/source/emoji/main/kotlin")
|
sourceSets["commonMain"].kotlin.srcDir("build/generated/source/emoji/main/kotlin")
|
||||||
|
|
Loading…
Reference in New Issue