icerockdev / moko-template

Template project of a Mobile (Android & iOS) Kotlin MultiPlatform project with the MOKO libraries and modularized architecture

Home Page:https://moko.icerock.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error connect plugins

Diy2210 opened this issue · 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