mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 00:01:21 +00:00
5 lines
238 B
Properties
5 lines
238 B
Properties
# A hack to allow opening whole project dir in Intellij and using official code style.
|
|
# Kotlin plugin does not import code style property from Gradle.
|
|
# Instead it parses project's root gradle.properties file.
|
|
kotlin.code.style=official
|