icerockdev / moko-template

Template project of a Mobile (Android & iOS) Kotlin MultiPlatform project with the MOKO libraries and modularized architecture
https://moko.icerock.dev/
Apache License 2.0
461 stars 47 forks source link

Error connect plugins #12

Closed Diy2210 closed 3 years ago

Diy2210 commented 4 years ago

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