Skip to content

Commit 4ad2032

Browse files
committed
use kotlin-multiplatform
1 parent 0642ee8 commit 4ad2032

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

app/build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ apply plugin: 'com.android.application'
22

33
apply plugin: 'kotlin-android'
44

5-
apply plugin: 'kotlin-platform-android'
6-
7-
dependencies {
8-
expectedBy project(':common')
9-
}
10-
115
apply plugin: 'kotlin-android-extensions'
126

137
android {
@@ -29,6 +23,7 @@ android {
2923
}
3024

3125
dependencies {
26+
implementation project(':common')
3227
implementation fileTree(dir: 'libs', include: ['*.jar'])
3328
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3429
implementation 'com.android.support:appcompat-v7:28.0.0'

common/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
apply plugin: 'kotlin-platform-common'
1+
apply plugin: 'kotlin-multiplatform'
2+
23

34

0 commit comments

Comments
 (0)