Mate Varga

Results 8 comments of Mate Varga

Ditto: ``` java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/core/widget/NestedScrollView; at com.github.florent37.viewtooltip.ViewTooltip.findScrollParent(ViewTooltip.java:95) at com.github.florent37.viewtooltip.ViewTooltip.(ViewTooltip.java:46) at com.github.florent37.viewtooltip.ViewTooltip.on(ViewTooltip.java:77) ```

Looks like this issue is related to this library using AndroidX for version 1.2.x - and the project that I'm working on hasn't migrated to use AndroidX yet. I reverted...

I would like to second the idea of a `validate` and `asyncValidate`. My use-case is that I have an array of objects that also have schemas defined. Depending on the...

> Shouldn't `rootProject.name = "projectname"` go into `settings.gradle` together with the `enableFeaturePreview("GRADLE_METADATA")`? IDEA actually complained about redefining the project name in build.gradle. I had to move it to settings.gradle. Not...

@chippmann in the example you provided, gradle is complaining about ambiguous overload use: ``` build.gradle.kts:38:18: Overload resolution ambiguity: public final fun configureGodot(sourceSets: Iterable, action: GodotSourceSet.() -> Unit): Unit defined in...

@chippmann I updated to Gradle 6.1.1 and it's working fine with that.

@chippmann So, I'm not entirely sure what's going wrong, but I could not get the imports working for godot with the maven repo `https://dl.bintray.com/utopia-rise/kotlin-godot`. I decided to try building the...