Split natives. Add proper disposal for natives.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
rootProject.name = 'velocity'
|
||||
include 'api'
|
||||
include 'proxy'
|
||||
include (
|
||||
'api',
|
||||
'proxy',
|
||||
'native'
|
||||
)
|
||||
findProject(':api')?.name = 'velocity-api'
|
||||
findProject(':proxy')?.name = 'velocity-proxy'
|
||||
|
||||
findProject(':native')?.name = 'velocity-native'
|
Reference in New Issue
Block a user