Results 83 comments of Stefan M.

I guess the reason is because the [`maven-metadata.xml`](https://bintray.com/pawegio/maven/download_file?file_path=com%2Fpawegio%2Fkandroid%2Fkandroid%2Fmaven-metadata.xml) at [bintray](https://bintray.com/pawegio/maven/com.pawegio.kandroid:kandroid/0.8.8#files/com/pawegio/kandroid/kandroid) is wrong. As you can see in [this copy](https://github.com/pawegio/KAndroid/files/4812115/maven-metadata.xml.zip) I've just uploaded to GitHub, the latest version is named `0.8.7`....

Ok, all right :point_up_2: But would it be better when we create a style like `MaterialLoginThemeLight.ColorScheme` and `MaterialLoginThemeDark.ColorScheme` to override the colors in styles.xml?

✅ https://youtrack.jetbrains.com/issue/KT-26923

Hmm.. I don't know if that is obvious 🤔 In "pure Kotlin" you can't write ``` val x = y val y = "String" ``` And I is maybe the...

Sry but I don't get your question 🙃 You can "get" a Task like `tasks.withType { // set it up here }`. Does that answer you question?

Ok, understood. Maybe you can read [this article](https://medium.com/p/1d04e2d0fc34) which explains the basics about the Kotlin-DSL (from user perspective). But you are talking about of having your own plugin (or plugin...

Any reasons why this isn't an official library of jetbrains? Or are there plans to extract it and publish it? Cause it is very helpful. :)

You can apply the plugin with the [PluginManager](https://docs.gradle.org/6.5/javadoc/org/gradle/api/plugins/PluginAware.html#getPluginManager--). You can get an instance from it from the Project. The "closure" is an Gradle extension. Get an instance of it with...

This have nothing to do with the Kotlin DSL. You should create/move this issue to the gadle/gradle repository when you think the samples needs to be improved. Providing a link...

Do you want that a click on a navbar icon should scroll to a specific section?