icerockdev/moko-template

Error connect plugins

Diy2210 opened this issue · 0 comments

Hi, I try konnect and use "kotlinx-serialization" and "kotlin-android-extensions" on build.gradle.kts (Module: android-app), but it not work. I dont understand why.

build.gradle.kts (Module: android-app):
1
2

Deps:
3

Deps.Libs:
4

5

In Model Serializer print - kotlinx.serialization compiler plugin is not applied to the module:
6

Dont work:
7

And kotlin-android-extensions dont work too:
8