mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 07:46:18 +00:00
resturcture
This commit is contained in:
1
sessionsnode/.gitignore
vendored
Normal file
1
sessionsnode/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/build
|
||||
13
sessionsnode/build.gradle
Normal file
13
sessionsnode/build.gradle
Normal file
@@ -0,0 +1,13 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
id 'kotlin'
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_7
|
||||
targetCompatibility = JavaVersion.VERSION_1_7
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
|
||||
}
|
||||
Reference in New Issue
Block a user