buildSrc/src/main/kotlin/conventions/mpp-library-with-android.gradle.kts
changeset 114 ab226603d0f5
parent 85 0c23a1d2e16a
equal deleted inserted replaced
113:5986ef49853d 114:ab226603d0f5
    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