Skip to content

Commit

Permalink
Upgrade to Kotlin 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Fylipp committed Dec 26, 2017
1 parent df36dc7 commit e49f8df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.0.2'
ext.kotlin_version = '1.2.10'
ext.kotlin_xml_dsl_version = '0.1.6'

repositories { mavenCentral() }
Expand Down
@@ -1,6 +1,6 @@
package org.jonnyzzz.kotlin.xml.bind.jdom.impl

import kotlin.reflect.declaredMemberProperties
import kotlin.reflect.full.declaredMemberProperties


internal fun <T : Any> Class<T>.declaredPropertyNames(): Set<String> {
Expand Down

0 comments on commit e49f8df

Please sign in to comment.