79349867

Date: 2025-01-12 12:19:28
Score: 1
Natty:
Report link

implementation is not a native gradle feature. You shoud use some plugins. For example you should add kmp plugin:

plugins {
    kotlin("multiplatform")
}

For java applications you should add a java plugin

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pokimon