hhru / android-multimodule-plugin

MIT License
161 stars 19 forks source link

Add AS 2022.3.1 Beta 1 support #66

Closed IlyaGulya closed 2 years ago

IlyaGulya commented 2 years ago

This pull request:

PStrelchenko commented 2 years ago

Thanks for this PR, nice catch with android studio stubs!

I've added some of your proposals into our codebase in our update task.

I've changed only one thing - condition logic about choosing factory implementation. When I checked your implementation with try-catch block, Android Studio Chipmunk crashed. So I've changed it to simple class loader check.