We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the order in which %use is used to load libraries seems to impact the class-loader's ability to resolve classes.
Example Workbook: https://github.com/holgerbrandl/kravis/blob/6ecb786dbd1b5c138d93d48366ccefd395223055/misc/import_order.ipynb
When flipping the import order it works correctly
Used kernel version: Kotlin kernel v. 0.11.0.45, Kotlin v. 1.6.20-dev-6372
The text was updated successfully, but these errors were encountered:
9dd8240
No branches or pull requests
Currently, the order in which %use is used to load libraries seems to impact the class-loader's ability to resolve classes.
Example Workbook: https://github.com/holgerbrandl/kravis/blob/6ecb786dbd1b5c138d93d48366ccefd395223055/misc/import_order.ipynb
When flipping the import order it works correctly
Used kernel version: Kotlin kernel v. 0.11.0.45, Kotlin v. 1.6.20-dev-6372
The text was updated successfully, but these errors were encountered: