1.3.70 EAP 1 (`1.3.70-eap-42`) is available! You c...
# eap
y
1.3.70 EAP 1 (
1.3.70-eap-42
) is available! You can find all the information in the discuss thread. Lots of improvements for .gradle.kts IDE support and Kotlin/JavaScript inside! https://discuss.kotlinlang.org/t/kotlin-1-3-70-early-access-preview/15876
👍 3
🔥 3
🎉 18
s
Is there a 1.3.70 K/N release tag available?
s
Proposal: remove .gradle -> build.kts
y
@serebit We added tags v1.3.70-eap-14002 & v1.3.70-eap1 to the EAP-1 commit. Thanks!
s
Awesome, thanks! @yan
Oh, sorry @yan, I meant a Git tag on the Kotlin/Native repository for the 1.3.70 EAP. I'm the maintainer of the Kotlin/Native package for a linux distribution, and I need a tag to build from source 🙂
t
Hum with gradle 6.0.1 and 6.1 got errors org.gradle.tooling.model.kotlin.dsl.KotlinDslScriptsModel can only be requested on the root project, got 'project ':androidslidinguppanel'' in AS 3.6 with the EAP plugin 😞 That project is added in settings.gradle.kts with
Copy code
include(":androidslidinguppanel")
project(":androidslidinguppanel").projectDir = File(settingsDir, "./libraries/androidslidinguppanel")
I had so much hope in the speed improvements:(
s
^^^ @nastelaz FYI
y
@serebit Isn’t this what you are looking for? https://github.com/JetBrains/kotlin-native/tree/v1.3.70-eap-14002
s
@Tolriq thanks for reporting, fix in progress: https://youtrack.jetbrains.com/issue/KT-36005
t
@snrostov Thanks. BTW would be nice to have a way to revert to stable / selected plugin version directly from the configure plugin update page. Helps gaining lot of times to be able to produce better issues report when in the rush.
s
@Tolriq AFAIK, you can do it by uninstalling plugin and then instlling it after changing the update channel to stable. Does it work for you?
t
From my quick tests when facing the issue no it failed 😞 I had to download the zip then choose install from zip. Not a very big deal but had to find the download page then the proper zip for the proper AS version used. Quite error prone process.
Is there an estimated date for the eap2 or a way to test a nightly build of the plugin? I have a huge refactor that I delay due to 10 second freeze per file when auto fix the imports and have hope it's finally fixed 🙂
s
Usually about 2 weeks between EAPs @Tolriq
t
Thanks.