chore: Androidでも使用できるように Version1.0.0

This commit is contained in:
usbharu 2023-03-01 13:24:32 +09:00
parent 45d32135a1
commit 646700dbf6
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@ plugins {
}
group = "dev.usbharu"
version = "1.0-SNAPSHOT"
version = "1.0.0"
repositories {
google()
@ -24,7 +24,9 @@ kotlin {
browser()
nodejs()
}
android()
android{
publishLibraryVariants("release")
}
sourceSets {
val commonMain by getting {
sourceSets["commonMain"].kotlin.srcDir("build/generated/source/emoji/main/kotlin")