Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Issue: add package name to Quality.kt #316

Closed
triathematician opened this issue Apr 6, 2024 · 0 comments · Fixed by #318
Closed

Build Issue: add package name to Quality.kt #316

triathematician opened this issue Apr 6, 2024 · 0 comments · Fixed by #318

Comments

@triathematician
Copy link

Description

Add package declaration to https://github.com/aallam/openai-kotlin/blob/main/openai-core/src/commonMain/kotlin/com.aallam.openai.api/Quality.kt

Omitting this causes automatic module resolution to fail for openai-core-jvm, causing build issues:

[WARNING] Can't extract module name from openai-core-jvm-3.7.1.jar: QualityKt.class found in top-level directory (unnamed package not allowed in module)

Steps to Reproduce

Downstream libraries using openai-core-jvm and module-info.java.

Environment

  • openai-kotlin version: 3.6.3+
  • Kotlin version: 1.8.x

Additional Info

Add any other relevant context here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant