Rename gradle modules to jvm and android
This commit is contained in:
@@ -60,7 +60,7 @@ afterEvaluate {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation (project(':jar')) {
|
||||
implementation (project(':jvm')) {
|
||||
exclude group: 'net.java.dev.jna', module: 'jna'
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
rootProject.name = 'bdk-kotlin'
|
||||
|
||||
include ':jar',':aar'
|
||||
include ':jvm',':android'
|
||||
Reference in New Issue
Block a user