-
Notifications
You must be signed in to change notification settings - Fork 106
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
Changes on codes in project are not applied to notebooks #455
Comments
Hi! Have you tried %useLatestDescriptors? |
And what exact changes do you wish to reflect? |
@ileasile Hi, I've just tried |
But, isn't |
I see, it's actually not a kernel problem, it should be filed in https://youtrack.jetbrains.com/issues/KTNB. Please check following things:
|
Even though I added new constructor parameter on a class in my project, compile error occurs when I run notebook saying 'Too many arguments ...'.
It usually takes so much time for changes in the project to be reflected. It also doesn't work even if I delete build directory and rebuild the project.
Is it possible to sync changes manually if there is no way to apply changes automatically?
Notebook plugin version: 233.14475.9
Kotlin compiler version: 1.9.0
The text was updated successfully, but these errors were encountered: