Skip to content

Commit 10b28e5

Browse files
committed
l1-s1 create module mpp-library (without configuration)
1 parent 79ed814 commit 10b28e5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

mpp-library/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
apply plugin: 'com.android.library'
2+
apply plugin: 'org.jetbrains.kotlin.multiplatform'

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include ':android-app'
2+
include ':mpp-library'
23
rootProject.name = 'Mobile MultiPlatform'

0 commit comments

Comments
 (0)