{
  "formatVersion": "1.1",
  "component": {
    "url": "../../prompt-llm/1.0.0-SNAPSHOT-feat-01/prompt-llm-1.0.0-SNAPSHOT-feat-01.module",
    "group": "ai.koog",
    "module": "prompt-llm",
    "version": "1.0.0-SNAPSHOT-feat-01",
    "attributes": {
      "org.gradle.status": "release"
    }
  },
  "createdBy": {
    "gradle": {
      "version": "8.14.3"
    }
  },
  "variants": [
    {
      "name": "releaseApiElements-published",
      "attributes": {
        "org.gradle.category": "library",
        "org.gradle.jvm.environment": "android",
        "org.gradle.usage": "java-api",
        "org.jetbrains.kotlin.platform.type": "androidJvm"
      },
      "dependencies": [
        {
          "group": "ai.koog",
          "module": "agents-utils",
          "version": {
            "requires": "1.0.0-SNAPSHOT-feat-01"
          }
        },
        {
          "group": "org.jetbrains.kotlinx",
          "module": "kotlinx-serialization-core",
          "version": {
            "requires": "1.10.0"
          }
        },
        {
          "group": "org.jetbrains",
          "module": "annotations",
          "version": {
            "requires": "26.0.2-1"
          }
        },
        {
          "group": "org.jetbrains.kotlin",
          "module": "kotlin-stdlib",
          "version": {
            "requires": "2.3.10"
          }
        }
      ],
      "files": [
        {
          "name": "prompt-llm-release.aar",
          "url": "prompt-llm-android-1.0.0-SNAPSHOT-feat-01.aar",
          "size": 75693,
          "sha512": "e19a0c3e8131a0f52890b9843ba1d5a2206895720c3442186eb52217d36e16a85a252c92c5550c5f15ecb532b26bd4a2ba1da9a569126e47cf27200540097b29",
          "sha256": "4b550712305a0f4e3fd5ad8ad41c3fd689f24d862c1722fce128d9a1af49b261",
          "sha1": "8cdaf82d9313cfcbb584527a6e7133a6fc231df7",
          "md5": "d51182d02aa1eab145fe0b7a9767f8b5"
        }
      ]
    },
    {
      "name": "releaseRuntimeElements-published",
      "attributes": {
        "org.gradle.category": "library",
        "org.gradle.jvm.environment": "android",
        "org.gradle.usage": "java-runtime",
        "org.jetbrains.kotlin.platform.type": "androidJvm"
      },
      "dependencies": [
        {
          "group": "org.jetbrains.kotlin",
          "module": "kotlin-bom",
          "version": {
            "requires": "2.3.10"
          },
          "excludes": [
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-stdlib-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-annotations-common"
            }
          ],
          "attributes": {
            "org.gradle.category": "platform"
          }
        },
        {
          "group": "ai.koog",
          "module": "agents-utils",
          "version": {
            "requires": "1.0.0-SNAPSHOT-feat-01"
          },
          "excludes": [
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-stdlib-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-annotations-common"
            }
          ]
        },
        {
          "group": "org.jetbrains.kotlinx",
          "module": "kotlinx-serialization-core",
          "version": {
            "requires": "1.10.0"
          },
          "excludes": [
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-stdlib-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-annotations-common"
            }
          ]
        },
        {
          "group": "org.jetbrains",
          "module": "annotations",
          "version": {
            "requires": "26.0.2-1"
          },
          "excludes": [
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-stdlib-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-annotations-common"
            }
          ]
        },
        {
          "group": "org.jetbrains.kotlin",
          "module": "kotlin-stdlib",
          "version": {
            "requires": "2.3.10"
          },
          "excludes": [
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-stdlib-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-common"
            },
            {
              "group": "org.jetbrains.kotlin",
              "module": "kotlin-test-annotations-common"
            }
          ]
        }
      ],
      "files": [
        {
          "name": "prompt-llm-release.aar",
          "url": "prompt-llm-android-1.0.0-SNAPSHOT-feat-01.aar",
          "size": 75693,
          "sha512": "e19a0c3e8131a0f52890b9843ba1d5a2206895720c3442186eb52217d36e16a85a252c92c5550c5f15ecb532b26bd4a2ba1da9a569126e47cf27200540097b29",
          "sha256": "4b550712305a0f4e3fd5ad8ad41c3fd689f24d862c1722fce128d9a1af49b261",
          "sha1": "8cdaf82d9313cfcbb584527a6e7133a6fc231df7",
          "md5": "d51182d02aa1eab145fe0b7a9767f8b5"
        }
      ]
    },
    {
      "name": "releaseSourcesElements-published",
      "attributes": {
        "org.gradle.category": "documentation",
        "org.gradle.dependency.bundling": "external",
        "org.gradle.docstype": "sources",
        "org.gradle.jvm.environment": "android",
        "org.gradle.libraryelements": "jar",
        "org.gradle.usage": "java-runtime",
        "org.jetbrains.kotlin.platform.type": "androidJvm"
      },
      "files": [
        {
          "name": "prompt-llm-android-1.0.0-SNAPSHOT-feat-01-sources.jar",
          "url": "prompt-llm-android-1.0.0-SNAPSHOT-feat-01-sources.jar",
          "size": 8116,
          "sha512": "c8955d54c556866a0d79441ce799c9dc341aee774ca90bffd96611af1c6a88b7ce78424d4549ae26e385b1128c96ab8731bb2b7324cc758be12c8de4bee0c2bf",
          "sha256": "7ad624bbbf61e7f44f4f0a40df41413a6fb9fa48f04cbd887d7ff146117c0a5d",
          "sha1": "1cae3ff9d8927beaef7792aa74d72496db6adc9b",
          "md5": "110ac11f2974392fc4b6d19675dcf24a"
        }
      ]
    }
  ]
}
