to the main kotlin gradle plugin. I belive this should work out-of-box with something simple like:
Copy code
kotlin {
browser {
...
}
}
Including running tests, building bundle, debugging, etc.
👍 11
🎉 15
t
thana
02/25/2019, 1:18 PM
so that means, the gradle-frontend-plgin is not dead? that's great news! it didn't look like it was activley developed a few weeks ago, which was the reason i didn't didn't consider using it...
u
uli
02/25/2019, 8:00 PM
@snrostov do you have a link that documents the kotlin.browser thing you mentioned? Does it already exist? Or is this just a reference to what you are working on?
n
napperley
02/25/2019, 8:01 PM
Are there plans to ensure that the Kotlin Frontend plugin supports Gradle Kotlin DSL just like the Kotlin Multiplatform plugin?
s
snrostov
02/26/2019, 5:51 AM
@uli no docs at the moment. Moreover, we can not promise that in the end it will look that way. One thing is for sure: running tests, building bundle, debugging should be as easy as for Java.
snrostov
02/26/2019, 5:57 AM
@napperley The plan is to move all features to the main Gradle Plugin. It will definitely support Gradle Kotlin DSL.