| changeset 106 | e121390a16d3 | 
| parent 85 | 0c23a1d2e16a | 
| 105:fadd67b0e26c | 106:e121390a16d3 | 
|---|---|
21 */  | 
21 */  | 
22 package com.geekorum.build.conventions  | 
22 package com.geekorum.build.conventions  | 
23  | 
23  | 
24 plugins {  | 
24 plugins {  | 
25 id("com.geekorum.build.conventions.mpp-library")  | 
25 id("com.geekorum.build.conventions.mpp-library")  | 
26 id("com.android.library")  | 
26 id("com.android.kotlin.multiplatform.library")  | 
27 }  | 
27 }  | 
28  | 
28  | 
29 conventionForAndroidProject()  | 
29 conventionForAndroidProject()  | 
30  | 
30  |