mirror of
https://github.com/JakeWharton/mosaic.git
synced 2025-11-01 12:01:22 +08:00
Add archivesBaseName for uniqueness
We do not want to clash with anyone having a module named "compose" or "yoga" downstream.
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
apply plugin: 'org.jetbrains.kotlin.jvm'
|
||||
apply plugin: 'com.vanniktech.maven.publish'
|
||||
|
||||
archivesBaseName = 'mosaic-compose'
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
kotlin {
|
||||
|
||||
@ -2,6 +2,8 @@ apply plugin: 'dev.nokee.jni-library'
|
||||
apply plugin: 'java' // jni-library is incompatible with the java-library plugin
|
||||
apply plugin: 'com.vanniktech.maven.publish'
|
||||
|
||||
archivesBaseName = 'mosaic-yoga'
|
||||
|
||||
library {
|
||||
dependencies {
|
||||
nativeImplementation project(':yoga:jni')
|
||||
|
||||
Reference in New Issue
Block a user