equal
deleted
inserted
replaced
20 * along with AboutOss. If not, see <http://www.gnu.org/licenses/>. |
20 * along with AboutOss. If not, see <http://www.gnu.org/licenses/>. |
21 */ |
21 */ |
22 plugins { |
22 plugins { |
23 id("com.android.library") |
23 id("com.android.library") |
24 kotlin("android") |
24 kotlin("android") |
|
25 alias(libs.plugins.org.jetbrains.kotlin.compose.compiler) |
25 id("com.geekorum.build.source-license-checker") |
26 id("com.geekorum.build.source-license-checker") |
26 `maven-publish` |
27 `maven-publish` |
27 } |
28 } |
28 |
29 |
29 group = "com.geekorum.aboutoss" |
30 group = "com.geekorum.aboutoss" |
61 jvmTarget = "1.8" |
62 jvmTarget = "1.8" |
62 } |
63 } |
63 |
64 |
64 buildFeatures { |
65 buildFeatures { |
65 compose = true |
66 compose = true |
66 } |
|
67 |
|
68 composeOptions { |
|
69 kotlinCompilerExtensionVersion = libs.versions.androidx.compose.compiler.get() |
|
70 } |
67 } |
71 |
68 |
72 publishing { |
69 publishing { |
73 singleVariant("release") { |
70 singleVariant("release") { |
74 withJavadocJar() |
71 withJavadocJar() |