Blaž Šolar

Results 59 comments of Blaž Šolar

Different project within same organisation helps. Thanks for the tip. But it would still be nice to have support for multiple organisations at some point. Thanks

My workaround here was to add `kotlinNativeCompilerPluginClasspath(project(":compose:compiler:compiler"))` line to https://github.com/JetBrains/androidx/blob/jb-main/compose/material3/material3/build.gradle#L33 and then published `compose-jb` to local maven repo and for now it looks like it is working.

So we should probably go with out own implementation.

As it seams we will be fixing up existing version.

@Linschlager Could you provide screenshot for this?

Thanks, we will look into it

May be related to #143

I would create splash screen like defined in android guidelines. So that is splash screen that is shown as first activity is loading and no more. After that first activity...

Yeah it works, but implementation that we use is deprecated. We should move to new APIs.

In theory, yes, but it is not as straightforward as just merging them together. First thing is that the java module at the moment uses maven build system and android...