Grégory Lureau

Results 29 comments of Grégory Lureau

Another +1 (sad to hear this request have been added 3 years ago :-( )

>[MyClass] should link to the MyClass element of the package I am describing. Maybe to be more generic, we could have the qualifier name, so that a package can still...

Thanks! Trying to understand knit, looks like it generates files to be commited so I need a specific branch and build strategy with CI having authorization to commit... just to...

Gradle Scan: https://scans.gradle.com/s/y7wko73wqz564 Trying to test the changes but not used to play with gradle plugins to be honest. May I use the build generated by the CI by any...

Ok, then it's not enough 😬 . I may try to investigate this later, thanks for your quick responses!

Thanks @jershell . Just a note for those who will try to reuse your snippet: it was easier for me to use [skiko v0.5.3](https://github.com/JetBrains/skiko) instead of skija, and then just...

Adding ktor means adding more code in Android apps with no purpose. Either Coil stick to Android and it should not try to move to ktor (and keep a lightweight...

Re-used the toe-hold in https://github.com/square/kotlinpoet/pull/1174, thanks!

I understand the technical limitations, but it becomes a bit tricky if you have this class to mock ``` class ToBeMocked(private val stuffProvider: () -> String) { fun doSomething(foo: Foo,...

Good news! Any idea if skiko will be more or less performant than BitmapFactory on Android? For the Context I tend to use a ContentProvider that hold a static reference...