We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573b6a5 commit 7f2fd27Copy full SHA for 7f2fd27
build.gradle.kts
@@ -89,12 +89,12 @@ centralPublisher {
89
90
projectInfo {
91
name = "openai-kotlin"
92
- description = "penai-kotlin powered by kotlin multiplatform"
+ description = "OpenAI API KMP Client"
93
url = "https://github.com/tddworks/openai-kotlin"
94
95
license {
96
name = "The Apache Software License, Version 2.0"
97
- url = "http://www.apache.org/licenses/LICENSE-2.0.txt"
+ url = "https://github.com/tddworks/openai-kotlin/blob/main/LICENSE"
98
}
99
100
developer {
0 commit comments