khalid-gradle-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.khalid64927</groupId> <artifactId>khalid-gradle-plugin</artifactId> <version>0.2.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.khalid64927</groupId> <artifactId>khalid-gradle-plugin</artifactId> <version>0.2.1</version> <name>khalid-gradle-plugin</name> <description>This is a Gradle plugin with common build logic for all KMP libraries in my open source repo.</description> <url>https://github.com/khalid64927/khalid-gradle-plugin</url> <licenses> <license> <name>Apache-2.0</name> <url>https://github.com/khalid64927/khalid-gradle-plugin/blob/master/LICENSE.md</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>khalid64927</id> <name>Mohammed Khalid Hamid</name> <email>khalid64927@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:ssh://github.com/khalid64927/khalid-gradle-plugin.git</connection> <developerConnection>scm:git:ssh://github.com/khalid64927/khalid-gradle-plugin.git</developerConnection> <url>https://github.com/khalid64927/khalid-gradle-plugin</url> </scm> <dependencies> <dependency> <groupId>com.android.tools.build</groupId> <artifactId>gradle</artifactId> <version>7.4.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-gradle-plugin</artifactId> <version>1.9.20</version> <scope>compile</scope> </dependency> <dependency> <groupId>dev.icerock</groupId> <artifactId>mobile-multiplatform</artifactId> <version>0.14.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.gitlab.arturbosch.detekt</groupId> <artifactId>detekt-gradle-plugin</artifactId> <version>1.22.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.gradle-nexus</groupId> <artifactId>publish-plugin</artifactId> <version>2.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.7.10</version> <scope>runtime</scope> </dependency> </dependencies> </project>